emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/ChangeLog.3,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/src/ChangeLog.3,v
Date: Fri, 02 Feb 2007 18:25:43 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/02/02 18:25:42

Index: ChangeLog.3
===================================================================
RCS file: /cvsroot/emacs/emacs/src/ChangeLog.3,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -b -r1.11 -r1.12
--- ChangeLog.3 14 Jan 2007 03:24:38 -0000      1.11
+++ ChangeLog.3 2 Feb 2007 18:25:42 -0000       1.12
@@ -168,7 +168,7 @@
 
 1993-05-26  Jim Blandy  (address@hidden)
 
-       * s/sol2.h: (SOLARIS_BROKEN_ACCESS): Don't define this.
+       * s/sol2.h (SOLARIS_BROKEN_ACCESS): Don't define this.
 
        * s/aix3-2.h (C_SWITCH_SYSTEM): Don't define this to be "-ma" if
        we're using GCC - that's an XLC switch.
@@ -181,8 +181,8 @@
        screws up AIX.
        (struct emacs_tty): Test those symbols, instead of the ioctl
        commands.
-       * sysdep.c (emacs_get_tty, emacs_set_tty, new_ltchars, new_tchars,
-       init_sys_modes): Same.
+       * sysdep.c (emacs_get_tty, emacs_set_tty, new_ltchars, new_tchars)
+       (init_sys_modes): Same.
 
        * config.h.in (HAVE_RENAME): Include an #undef for this, so
        configure will have something to edit.
@@ -202,8 +202,8 @@
 
 1993-05-26  Jim Blandy  (address@hidden)
 
-       * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM,
-       LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the
+       * s/hpux8.h (LIB_X11_LIB, C_SWITCH_SYSTEM, LD_SWITCH_SYSTEM)
+       (LD_SWITCH_SYSTEM, OLDXMENU_OPTIONS): Add X11R5 directories to the
        search paths in these lists; they shouldn't do any harm if they
        don't have X11R5.
 
@@ -293,8 +293,8 @@
 1993-05-25  Jim Blandy  (address@hidden)
 
        * xfns.c: Clear out the old face stuff.
-       (x_face_table, n_faces, x_set_face, x_set_glyph, Fx_set_face_font,
-       Fx_set_face, Fx_get_face): Removed.
+       (x_face_table, n_faces, x_set_face, x_set_glyph, Fx_set_face_font)
+       (Fx_set_face, Fx_get_face): Removed.
        (syms_of_xfns): Remove defsubr for Fx_set_face.
 
        Arrange for font names to get fully resolved - no wildcards.
@@ -312,9 +312,9 @@
        * xterm.c (x_new_font): Don't call init_frame_faces.
 
        * xterm.h: New section for declarations for xfaces.c.
-       (init_frame_faces, free_frame_faces, intern_face,
-       face_name_id_number, same_size_fonts, recompute_basic_faces,
-       compute_char_face, compute_glyph_face): Declare these here.
+       (init_frame_faces, free_frame_faces, intern_face)
+       (face_name_id_number, same_size_fonts, recompute_basic_faces)
+       (compute_char_face, compute_glyph_face): Declare these here.
        * xfaces.c (same_size_fonts): We can now remove this extern
        declaration.
        * xfns.c (face_name_id_number): Likewise.
@@ -511,7 +511,7 @@
        already declares this elsewhere.
        (PTY_TTY_NAME_SPRINTF): #undef this before re-#defining it.
        * m/ibmps2-aix.h, m/pfa50.h, s/hpux.h, s/isc2-2.h, s/linux.h,
-       s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.
+       * s/sco4.h, s/usg5-4.h: Remove HAVE_RENAME; configure guesses that now.
 
        * config.h.in (LD_SWITCH_X_SITE, C_SWITCH_X_SITE): Change the
        #defines to #undef's, so ../configure knows it should tweak them.
@@ -588,7 +588,7 @@
        * ymakefile (alloca.o): #define malloc and free to be xmalloc and
        xfree on the command line of this compilation.
 
-       * s/sco4.h: (TIME_WITH_SYS_TIME): This is no longer needed.
+       * s/sco4.h (TIME_WITH_SYS_TIME): This is no longer needed.
 
        * s/linux.h: Remove copyright notices by Michael K. Johnson and
        Rik Faith.  They have both sent in papers now which make their
@@ -860,8 +860,8 @@
 
 1993-05-14  Jim Blandy  (address@hidden)
 
-       * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer,
-       Foverlay_properties): Functions moved here from subr.el.
+       * buffer.c (Foverlay_start, Foverlay_end, Foverlay_buffer)
+       (Foverlay_properties): Functions moved here from subr.el.
 
 1993-05-13  Jim Blandy  (address@hidden)
 
@@ -1191,8 +1191,8 @@
        * keyboard.c (syms_of_keyboard): Doc fix for
        extra-keyboard-modifiers.
 
-       * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT, CHAR_CTL,
-       CHAR_META): Shift these all up one bit, back to where they were.
+       * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT, CHAR_CTL)
+       (CHAR_META): Shift these all up one bit, back to where they were.
 
 1993-05-02  Jim Blandy  (address@hidden)
 
@@ -1229,8 +1229,8 @@
 
        * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER): New constants, in
        case we need them.
-       * termhooks.h (alt_modifier, super_modifier, hyper_modifier,
-       shift_modifier, ctrl_modifier, meta_modifier): Define these in
+       * termhooks.h (alt_modifier, super_modifier, hyper_modifier)
+       (shift_modifier, ctrl_modifier, meta_modifier): Define these in
        terms of the CHAR_mumble macros, to avoid having the same thing
        defined in two places.
 
@@ -1284,7 +1284,7 @@
 1993-04-26  Jim Blandy  (address@hidden)
 
        * m/ibmps2-aix.h, m/ibmrs6000.h, m/ibmrt-aix.h, m/mips.h,
-       m/sps7.h, s/hpux.h, s/usg5-4.h (HAVE_DUP2): Removed; derived by
+       * m/sps7.h, s/hpux.h, s/usg5-4.h (HAVE_DUP2): Removed; derived by
        configure script.
        * s/hpux.h, s/irix3-3.h, s/aix3-1.h (HAVE_GETHOSTNAME): Removed;
        derived by configure script.
@@ -1342,8 +1342,8 @@
 
        Make the modifier manipulation functions more robust.  The old way
        caused a bug once, and probably would again.
-       * termhooks.h (alt_modifier, super_modifier, hyper_modifier,
-       shift_modifier, ctrl_modifier, meta_modifier): Shift these all
+       * termhooks.h (alt_modifier, super_modifier, hyper_modifier)
+       (shift_modifier, ctrl_modifier, meta_modifier): Shift these all
        down one bit in value, to avoid sign extension problems.
        * lisp.h (CHAR_META, CHAR_CTL, CHAR_SHIFT): Fix these definitions too.
        * keyboard.c (lispy_modifier_list): Ignore modifier bits beyond
@@ -1370,7 +1370,7 @@
        * lisp.h (LOADHIST_ATTACH): New macro.
        (Vcurrent_load_list, Vload_history): Vars declared.
 
-       * eval.c: (defun, defmacro, defvar, defconst):
+       * eval.c (defun, defmacro, defvar, defconst):
        Attach symbol argument to the list of globals for the input source.
        (do_autoload): Save the old autoloads, in case we ever unload.
 
@@ -1429,7 +1429,7 @@
        that out now.
 
        Changes for Emacs 19 from Thorsten Ohl <address@hidden>:
-       * s/mach2.h: copied from the Emacs 18.59 distribution.
+       * s/mach2.h: Copied from the Emacs 18.59 distribution.
        Don't define NO_REMAP, define START_FILES as
        `pre-crt0.o' instead.  Define LIB_MATH as `-lm', to override the
        default `-lm -lc' (there is no libc on the NeXT).
@@ -1452,8 +1452,8 @@
        * ymakefile ($(OLDXMENU)): Remove $(OLDXMENU) before trying to
        link in a new version.
 
-       * lisp.h (Qrange_error, Qdomain_error, Qsingularity_error,
-       Qoverflow_error, Qunderflow_error): Add extern to these declarations.
+       * lisp.h (Qrange_error, Qdomain_error, Qsingularity_error)
+       (Qoverflow_error, Qunderflow_error): Add extern to these declarations.
 
 1993-04-12  Richard Stallman  (address@hidden)
 
@@ -1500,8 +1500,8 @@
        * alloc.c (__malloc_hook, __realloc_hook, __free_hook): Declare
        these extern, not static.  (!)
 
-       * alloc.c (__malloc_hook, old_malloc_hook, __realloc_hook,
-       old_realloc_hook): Declare that the functions these point to return
+       * alloc.c (__malloc_hook, old_malloc_hook, __realloc_hook)
+       (old_realloc_hook): Declare that the functions these point to return
        void *, not void.
 
         Adjust for autoconf merger.
@@ -1594,8 +1594,8 @@
        This isn't specific to X, and it allows us to avoid #including
        xterm.h in files that don't really have anything to do with X.
        * blockinput.h: New file.
-       * xterm.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT,
-       UNBLOCK_INPUT_RESIGNAL): These are now in blockinput.h.
+       * xterm.h (BLOCK_INPUT, UNBLOCK_INPUT, TOTALLY_UNBLOCK_INPUT)
+       (UNBLOCK_INPUT_RESIGNAL): These are now in blockinput.h.
        (x_input_blocked, x_pending_input): Deleted; there are analogs
        in blockinput.h called interrupt_input_blocked and
        interrupt_input_pending.
@@ -1615,8 +1615,7 @@
 
        Block the processing of interrupt input while we're manipulating the
        malloc heap.
-       * alloc.c: (xfree): New function, to make it easy to free things
-       safely.
+       * alloc.c (xfree): New function, to make it easy to free things safely.
        (xmalloc, xrealloc): Block X input while doing the deed.
        (VALIDATE_LISP_STORAGE, gc_sweep, compact_strings): Use xfree
        instead of free.
@@ -1624,8 +1623,8 @@
        hooks into the GNU malloc routines.
        * emacs.c [not SYSTEM_MALLOC] (main): Call uninterrupt_malloc
        on startup.
-       * alloc.c: (make_interval, make_float, Fcons, Fmake_vector,
-       Fmake_symbol, Fmake_marker, make_uninit_string, Fgarbage_collect):
+       * alloc.c (make_interval, make_float, Fcons, Fmake_vector)
+       (Fmake_symbol, Fmake_marker, make_uninit_string, Fgarbage_collect):
        Use xmalloc instead of malloc; don't bother to check if out of
        memory here.
        (Fgarbage_collect): Call xrealloc instead of realloc.
@@ -1638,7 +1637,7 @@
        * xfaces.c (xfree): Don't #define this to be free; use the
        definition in alloc.c.
        * dispnew.c, doc.c, doprnt.c, fileio.c, lread.c, term.c, xfns.c,
-       xmenu.c, xterm.c: Use xfree instead of free.
+       * xmenu.c, xterm.c: Use xfree instead of free.
        * hftctl.c: Use xfree and xmalloc instead of free and malloc.
        * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc
        and malloc.
@@ -1648,8 +1647,8 @@
        of free and malloc.  BLOCK_INPUT around routines which we know
        will call malloc.
 
-       ymakefile (keyboard.o, keymap.o, search.o, sysdep.o, xfaces.o,
-       xfns.o, xmenu.o, xterm.o, xselect.o, alloc.o, eval.o): Note that
+       * ymakefile (keyboard.o, keymap.o, search.o, sysdep.o, xfaces.o)
+       (xfns.o, xmenu.o, xterm.o, xselect.o, alloc.o, eval.o): Note that
        these depend on blockinput.h.
 
        * keyboard.c (parse_modifiers, apply_modifiers): Make sure we're
@@ -1761,8 +1760,8 @@
        * xterm.c [VMS]: Don't #include <sys/termio.h> and <string.h>.
        * xfns.c [VMS]: Get the gray_bits from [.bitmaps]gray.xbm.
        * process.c [VMS] (DCL_PROMPT): Remove hack.
-       (WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG,
-       WCOREDUMP, WTERMSIG): New dummy definitions.
+       (WIFSTOPPED, WIFSIGNALED, WIFEXITED, XRETCODE, WSTOPSIG)
+       (WCOREDUMP, WTERMSIG): New dummy definitions.
        (deactivate_process): Add missing semicolon.
        * dispnew.c (init_display): Get display name from environment
        properly on VMS as well as Unix.
@@ -2185,7 +2184,7 @@
 
 1993-03-12  Eric S. Raymond  (address@hidden)
 
-       * term.c (CONDITIONAL_REASSIGN): fixed reference to tigetstr.
+       * term.c (CONDITIONAL_REASSIGN): Fixed reference to tigetstr.
        This should have been tgetstr, but I typoed and tigetstr happens
        to link and even do the right thing if you're on a System V box.
 
@@ -2304,8 +2303,8 @@
        * m/intel386.h (LIB_STANDARD): If USG5_4 is #defined, there's no
        need to include `-lPW'; that has been merged with `-lc'.
 
-       * emacs.c (__do_global_ctors, __do_global_ctors_aux,
-       __do_global_dtors, __CTOR_LIST__, __DTOR_LIST__, __main): Don't
+       * emacs.c (__do_global_ctors, __do_global_ctors_aux)
+       (__do_global_dtors, __CTOR_LIST__, __DTOR_LIST__, __main): Don't
        define these if ORDINARY_LINK is #defined; in that case, the
        standard linking procedure will find definitions for these.
 
@@ -2549,7 +2548,7 @@
        * indent.c (current_column, Fmove_to_column, compute_motion):
        Expect display table elts to be vectors.
 
-       * alloc.c: (Fmake_rope, Frope_elt): Fns deleted.
+       * alloc.c (Fmake_rope, Frope_elt): Fns deleted.
 
        * lisp.h (CHAR_META, CHAR_SHIFT, CHAR_CTL): New macros.
 
@@ -2701,8 +2700,8 @@
 
        Use the term `scroll bar', instead of `scrollbar'.
        * alloc.c, frame.c, frame.h, indent.c, keyboard.c, keyboard.h,
-       lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c,
-       xterm.c, xterm.h: Terminology changed.
+       * lisp.h, term.c, termhooks.h, window.c, window.h, xdisp.c, xfns.c,
+       * xterm.c, xterm.h: Terminology changed.
 
         Don't generate switch-frame events by checking Vlast_event_frame;
        use a separate variable for that bookkeeping.  In order to
@@ -3103,12 +3102,12 @@
 
 1993-02-08  Jim Blandy  (address@hidden)
 
-       * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding,
-       Fglobal_key_binding, Fminor_mode_key_binding): Add a new optional
+       * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding)
+       (Fglobal_key_binding, Fminor_mode_key_binding): Add a new optional
        argument ACCEPT_DEFAULT, to control whether this function sees
        bindings for t.
-       (Fwhere_is_internal, describe_map_tree, describe_map_2,
-       describe_vector): Pass the proper arguments to Flookup_key.
+       (Fwhere_is_internal, describe_map_tree, describe_map_2)
+       (describe_vector): Pass the proper arguments to Flookup_key.
 
        * fileio.c (Fexpand_file_name): Pass DEFALT through
        Fexpand_file_name before using it.
@@ -3300,8 +3299,8 @@
        * commands.h (unread_command_event): Change extern declaration.
        * keyboard.c (unread_command_event): Change the definition.
        (syms_of_keyboard): Change DEFVAR, and adjust the docstring.
-       (command_loop_1, read_char, Finput_pending, Fdiscard_input,
-       quit_throw_to_read_char, init_keyboard): Change to use
+       (command_loop_1, read_char, Finput_pending, Fdiscard_input)
+       (quit_throw_to_read_char, init_keyboard): Change to use
        unread_command_events, with the new semantics.
        * lread.c (read_char): Same.
        * minibuf.c (temp_echo_area_glyphs): Same.
@@ -3422,10 +3421,10 @@
        * xterm.h (struct x_display): vertical_scrollbars and
        judge_timestamp members deleted.
        (struct scrollbar): Redesigned to be a template for a Lisp_Vector.
-       (SCROLLBAR_VEC_SIZE, XSCROLLBAR, SCROLLBAR_PACK, SCROLLBAR_UNPACK,
-       SCROLLBAR_X_WINDOW, SET_SCROLLBAR_X_WINDOW,
-       VERTICAL_SCROLLBAR_INSIDE_WIDTH, VERTICAL_SCROLLBAR_TOP_RANGE,
-       VERTICAL_SCROLLBAR_INSIDE_HEIGHT, VERTICAL_SCROLLBAR_MIN_HANDLE):
+       (SCROLLBAR_VEC_SIZE, XSCROLLBAR, SCROLLBAR_PACK, SCROLLBAR_UNPACK)
+       (SCROLLBAR_X_WINDOW, SET_SCROLLBAR_X_WINDOW)
+       (VERTICAL_SCROLLBAR_INSIDE_WIDTH, VERTICAL_SCROLLBAR_TOP_RANGE)
+       (VERTICAL_SCROLLBAR_INSIDE_HEIGHT, VERTICAL_SCROLLBAR_MIN_HANDLE):
        New macros, to help deal with the lispy structures, and deal with
        the graphics.
        * frame.h (WINDOW_VERTICAL_SCROLLBAR): Macro deleted.
@@ -3441,11 +3440,11 @@
        * xterm.c (x_window_to_scrollbar): Scrollbars are chained on
        frames' scrollbar field, not their x.display->vertical_scrollbars
        field.
-       (x_scrollbar_create, x_scrollbar_set_handle, x_scrollbar_move,
-       x_scrollbar_remove, XTset_vertical_scrollbar,
-       XTcondemn_scrollbars, XTredeem_scrollbar, XTjudge_scrollbars,
-       x_scrollbar_expose, x_scrollbar_handle_click,
-       x_scrollbar_handle_motion): Substantially rewritten to correct
+       (x_scrollbar_create, x_scrollbar_set_handle, x_scrollbar_move)
+       (x_scrollbar_remove, XTset_vertical_scrollbar)
+       (XTcondemn_scrollbars, XTredeem_scrollbar, XTjudge_scrollbars)
+       (x_scrollbar_expose, x_scrollbar_handle_click)
+       (x_scrollbar_handle_motion): Substantially rewritten to correct
        typos and brainos, and to accomodate the lispy structures.
 
        * xterm.c (x_scrollbar_background_expose): Function deleted; we
@@ -3479,10 +3478,10 @@
        window_internal_width.
        (pos_tab_offset, Fvertical_motion): Use window_internal_width
        instead of writing it out.
-       * window.c (Fpos_visible_in_window_p, Fwindow_width, Fscroll_left,
-       Fscroll_right): Same.
-       * xdisp.c (redisplay, try_window, try_window_id,
-       display_text_line): Same.
+       * window.c (Fpos_visible_in_window_p, Fwindow_width, Fscroll_left)
+       (Fscroll_right): Same.
+       * xdisp.c (redisplay, try_window, try_window_id)
+       (display_text_line): Same.
 
        * xdisp.c (display_string): Add new variable `f', to be W's
        frame.  Use it to set desired_glyphs, and to get the frame's width
@@ -3502,17 +3501,17 @@
        (x_set_vertical_scrollbar): Renamed to x_set_vertical_scrollbars.
        (x_frame_parms): Adjusted accordingly.
 
-       * xterm.h (CHAR_TO_PIXEL_WIDTH, CHAR_TO_PIXEL_HEIGHT,
-       PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Rewritten, using:
-       (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, PIXEL_TO_CHAR_ROW,
-       PIXEL_TO_CHAR_COL): New macros.
+       * xterm.h (CHAR_TO_PIXEL_WIDTH, CHAR_TO_PIXEL_HEIGHT)
+       (PIXEL_TO_CHAR_WIDTH, PIXEL_TO_CHAR_HEIGHT): Rewritten, using:
+       (CHAR_TO_PIXEL_ROW, CHAR_TO_PIXEL_COL, PIXEL_TO_CHAR_ROW)
+       (PIXEL_TO_CHAR_COL): New macros.
        * xfns.c [not HAVE_X11] (Fx_create_frame): Use the
        PIXEL_TO_CHAR_{HEIGHT,WIDTH} macros to figure the frame's
        character size, and the CHAR_TO_PIXEL* macros for vice versa.
-       * xterm.c (XTwrite_glyphs, XTclear_end_of_line, stufflines,
-       scraplines, dumprectangle, pixel_to_glyph_coords, x_draw_box,
-       clear_cursor, x_display_bar_cursor, x_draw_single_glyph,
-       x_set_mouse_position): Use the CHAR_TO_PIXEL_* macros.
+       * xterm.c (XTwrite_glyphs, XTclear_end_of_line, stufflines)
+       (scraplines, dumprectangle, pixel_to_glyph_coords, x_draw_box)
+       (clear_cursor, x_display_bar_cursor, x_draw_single_glyph)
+       (x_set_mouse_position): Use the CHAR_TO_PIXEL_* macros.
 
        * xterm.c (x_wm_set_size_hint): The max_width and max_height
        members of the size_hints are expressed in pixels, not columns.
@@ -3606,8 +3605,8 @@
        input_event to use frame_or_window now.
        * xterm.c (construct_mouse_click, XTread_socket): Same.
 
-       * xterm.c (last_mouse_bar, last_mouse_bar_frame, last_mouse_part,
-       last_mouse_scroll_range_start, last_mouse_scroll_range_end):
+       * xterm.c (last_mouse_bar, last_mouse_bar_frame, last_mouse_part)
+       (last_mouse_scroll_range_start, last_mouse_scroll_range_end):
        Replaced with...
        (last_mouse_scrollbar): New variable.
        (note_mouse_movement): Clear last_mouse_scrollbar when we have
@@ -3719,7 +3718,7 @@
 
 1993-01-07  Jim Blandy  (address@hidden)
 
-        * config.h.in: protect against multiple #inclusions.
+       * config.h.in: Protect against multiple #inclusions.
 
        * config.h.in: Add a declaration for getenv.
 
@@ -3771,11 +3770,11 @@
        * xterm.h (struct x_display): vertical_scrollbars,
        judge_timestamp, vertical_scrollbar_extra: New fields.
        (struct scrollbar): New struct.
-       (VERTICAL_SCROLLBAR_PIXEL_WIDTH, VERTICAL_SCROLLBAR_PIXEL_HEIGHT,
-       VERTICAL_SCROLLBAR_LEFT_BORDER, VERTICAL_SCROLLBAR_RIGHT_BORDER,
-       VERTICAL_SCROLLBAR_TOP_BORDER, VERTICAL_SCROLLBAR_BOTTOM_BORDER,
-       CHAR_TO_PIXEL_WIDTH, CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_WIDTH,
-       PIXEL_TO_CHAR_HEIGHT): New accessors and macros.
+       (VERTICAL_SCROLLBAR_PIXEL_WIDTH, VERTICAL_SCROLLBAR_PIXEL_HEIGHT)
+       (VERTICAL_SCROLLBAR_LEFT_BORDER, VERTICAL_SCROLLBAR_RIGHT_BORDER)
+       (VERTICAL_SCROLLBAR_TOP_BORDER, VERTICAL_SCROLLBAR_BOTTOM_BORDER)
+       (CHAR_TO_PIXEL_WIDTH, CHAR_TO_PIXEL_HEIGHT, PIXEL_TO_CHAR_WIDTH)
+       (PIXEL_TO_CHAR_HEIGHT): New accessors and macros.
        * frame.c (make_frame): Initialize the `can_have_scrollbars' and
        `has_vertical_scrollbars' fields of the frame.
        * term.c (term_init): Note that TERMCAP terminals don't support
@@ -3797,17 +3796,17 @@
        * xterm.c: #include <X11/cursorfont.h> and "window.h".
        (x_vertical_scrollbar_cursor): New variable.
        (x_term_init): Initialize it.
-       (last_mouse_bar, last_mouse_bar_frame, last_mouse_part,
-       last_mouse_scroll_range_start, last_mouse_scroll_range_end): New
+       (last_mouse_bar, last_mouse_bar_frame, last_mouse_part)
+       (last_mouse_scroll_range_start, last_mouse_scroll_range_end): New
        variables.
        (XTmouse_position): Use them to return scrollbar movement events.
        Take new arguments, for that purpose.
-       (x_window_to_scrollbar, x_scrollbar_create,
-       x_scrollbar_set_handle, x_scrollbar_remove, x_scrollbar_move,
-       XTset_scrollbar, XTcondemn_scrollbars, XTredeem_scrollbar,
-       XTjudge_scrollbars, x_scrollbar_expose,
-       x_scrollbar_background_expose, x_scrollbar_handle_click,
-       x_scrollbar_handle_motion): New functions to implement scrollbars.
+       (x_window_to_scrollbar, x_scrollbar_create)
+       (x_scrollbar_set_handle, x_scrollbar_remove, x_scrollbar_move)
+       (XTset_scrollbar, XTcondemn_scrollbars, XTredeem_scrollbar)
+       (XTjudge_scrollbars, x_scrollbar_expose)
+       (x_scrollbar_background_expose, x_scrollbar_handle_click)
+       (x_scrollbar_handle_motion): New functions to implement scrollbars.
        (x_term_init): Set the termhooks.h hooks to point to them.
        (x_set_window_size): Use new macros to calculate frame size.  Set
        vertical_scrollbar_extra field.
@@ -3842,9 +3841,9 @@
        v_thumbdown, v_slider, h_scrollbar, h_thumbup,
        h_thumbdown, h_slider, v_scrollbar_width, h_scrollbar_height
        fields.
-       * keyboard.c (Qvscrollbar_part, Qvslider_part, Qvthumbup_part,
-       Qvthumbdown_part, Qhscrollbar_part, Qhslider_part, Qhthumbup_part,
-       Qhthumbdown_part, Qscrollbar_click): Deleted; part of an obsolete
+       * keyboard.c (Qvscrollbar_part, Qvslider_part, Qvthumbup_part)
+       (Qvthumbdown_part, Qhscrollbar_part, Qhslider_part, Qhthumbup_part)
+       (Qhthumbdown_part, Qscrollbar_click): Deleted; part of an obsolete
        interface.
        (head_table): Removed from here as well.
        (syms_of_keyboard): And here.
@@ -4108,8 +4107,8 @@
        * xterm.c (XTread_socket): When we get MapNotify, UnmapNotify,
        Expose, ExposeWindow, or UnmapWindow, set f->async_visible, not
        f->visible.
-       (x_do_pending_expose, x_raise_frame, x_lower_frame,
-       x_make_frame_invisible, x_make_frame_visible, x_iconify_frame):
+       (x_do_pending_expose, x_raise_frame, x_lower_frame)
+       (x_make_frame_invisible, x_make_frame_visible, x_iconify_frame):
        Test and set f->async_visible and f->async_iconified, not
        f->visible or f->async_iconified.
 
@@ -4287,8 +4286,8 @@
        `make-obsolete-variable' to warn people.
        * command.h (unread_command_char): Change name in extern declaration.
        * keyboard.c (unread_command_char): Rename.
-       (command_loop_1, read_char, Finput_pending, Fdiscard_input,
-       quit_throw_to_read_char, init_keyboard, syms_of_keyboard): Change
+       (command_loop_1, read_char, Finput_pending, Fdiscard_input)
+       (quit_throw_to_read_char, init_keyboard, syms_of_keyboard): Change
        references.
        * lread.c (Fread_char): Change reference.
        * minibuf.c (temp_echo_area_glyphs): Change reference to
@@ -4441,15 +4440,15 @@
        (read_key_sequence): Declare PROMPT to be char *, not a
        Lisp_Object.  Use the appropriate accessors on keybuf when looking
        for ASCII function key sequences.
-       * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers,
-       Fmouse_click_p, read_char): Add external declarations for these.
+       * keyboard.h (get_keymap_1, Fkeymapp, reorder_modifiers)
+       (Fmouse_click_p, read_char): Add external declarations for these.
        * keymap.c (Fdefine_key, Flookup_key, describe_map): Don't assume
        that Flength returns an integer.
-       * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist,
-       Fmake_byte_code, Fverify_visited_file_modtime, Ffile_exists_p,
-       Fdirectory_file_name, Ffile_name_directory,
-       expand_and_dir_to_file, Ffile_accessible_directory_p, Fbyte_code,
-       Fundo_boundary, truncate_undo_list): Add extern declarations for
+       * lisp.h (Fdefault_boundp, make_float, Ffloat, Fnth, Fcopy_alist)
+       (Fmake_byte_code, Fverify_visited_file_modtime, Ffile_exists_p)
+       (Fdirectory_file_name, Ffile_name_directory)
+       (expand_and_dir_to_file, Ffile_accessible_directory_p, Fbyte_code)
+       (Fundo_boundary, truncate_undo_list): Add extern declarations for
        these.
        * lread.c (read_char): Add an extern declaration for this,
        indicating that it returns a Lisp_Object.
@@ -4458,7 +4457,7 @@
        unread_command_char.
        * print.c (print): Cast the frame's address to an integer before
        passing it to sprintf to form the frame's printed form.
-       * process.c: (status_convert): Declare this to return a
+       * process.c (status_convert): Declare this to return a
        Lisp_Object at the top of the file.
        (decode_status): Don't untag XCONS (tem)->cdr before storing it in
        tem; tem is a Lisp_Object, too.
@@ -4508,9 +4507,9 @@
        PART as Qnil, not zero.
        (x_calc_absolute_position): Remember that x_screen_width and
        x_screen_height are ints, not Lisp_Objects.
-       * xterm.h (x_screen_count, x_release, x_screen_height,
-       x_screen_height_mm, x_screen_width, x_screen_width_mm,
-       x_save_under, x_screen_planes): Declare this as ints, to match
+       * xterm.h (x_screen_count, x_release, x_screen_height)
+       (x_screen_height_mm, x_screen_width, x_screen_width_mm)
+       (x_save_under, x_screen_planes): Declare this as ints, to match
        their definitions in xterm.c.
        * ymakefile: Note the new dependencies caused by the new
        #inclusions above.
@@ -4678,7 +4677,7 @@
 
        * xdisp.c (message): If M is zero, clear echo_area_glyphs and
        previous_echo_glyphs, so that the minibuffer shows through.
-*       * editfns.c (Fmessage): With no arguments, clear any active
+       * editfns.c (Fmessage): With no arguments, clear any active
        message; let the minibuffer contents show through.
        * minibuf.c (temp_echo_area_glyphs): Don't clear echo_area_glyphs
        and previous_echo_glyphs; let message do that work.
@@ -4700,7 +4699,7 @@
        store things in it.
 
        * window.c: Try to deal coherently with deleted windows:
-*      (Flive_window_p): New function.
+       (Flive_window_p): New function.
        (Qlive_window_p): New variable, to name it in type errors.
        (syms_of_window): Defsubr Slive_window_p, init and staticpro
        Qlive_window_p.
@@ -4709,9 +4708,9 @@
        * window.c (decode_window): Use CHECK_LIVE_WINDOW instead of
        CHECK_WINDOW; the only thing a user should be able to do to a dead
        window is check its type.
-       (Fcoordinates_in_window_p, Fnext_window, Fprevious_window,
-       Fdelete_other_windows, Fselect_window, Fsplit_window,
-       Fscroll_other_window): Use CHECK_LIVE_WINDOW instead of
+       (Fcoordinates_in_window_p, Fnext_window, Fprevious_window)
+       (Fdelete_other_windows, Fselect_window, Fsplit_window)
+       (Fscroll_other_window): Use CHECK_LIVE_WINDOW instead of
        CHECK_WINDOW.
        * frame.c (make_frame_without_minibuffer, Fwindow_frame): Same.
        * sunfns.c (Fsun_menu_internal): Same.
@@ -5102,15 +5101,15 @@
        are not 5 elements long.
        (EVENT_HEAD): Work correctly on all sorts of events, not just
        events with parameters.
-       (EVENT_WINDOW, EVENT_BUFFER_POSN, EVENT_SCROLLBAR_BUTTON,
-       EVENT_WINDOW_POSN, EVENT_TIMESTAMP): These aren't useful
+       (EVENT_WINDOW, EVENT_BUFFER_POSN, EVENT_SCROLLBAR_BUTTON)
+       (EVENT_WINDOW_POSN, EVENT_TIMESTAMP): These aren't useful
        anymore; this information may appear twice in an event.  These
        are replaced by the POSN_ accessors, which are meant to be
        composed with the EVENT_START and EVENT_END accessors.
        (EVENT_START, EVENT_END): Two new accessors, to get at the
        starting and ending position of an event.
-       (POSN_WINDOW, POSN_BUFFER_POSN, PONS_SCROLLBAR_BUTTON,
-       POSN_WINDOW_POSN, POSN_TIMESTAMP): New macros, to futher
+       (POSN_WINDOW, POSN_BUFFER_POSN, PONS_SCROLLBAR_BUTTON)
+       (POSN_WINDOW_POSN, POSN_TIMESTAMP): New macros, to futher
        diasassemble the values returned by EVENT_START and EVENT_END.
        * keyboard.c (echo_char, read_char): Apply EVENT_HEAD without first
        testing for EVENT_HAS_PARAMETERS; EVENT_HEAD works properly on
@@ -5124,7 +5123,7 @@
 
        * keyboard.c (Qevent_unmodified): Replaced by...
        (Qevent_symbol_elements): New property.
-       (syms_of_keyboard): initialize and staticpro the latter, not the
+       (syms_of_keyboard): Initialize and staticpro the latter, not the
        former.
        * keyboard.h (Qevent_unmodified): Extern declaration replaced by...
        (Qevent_symbol_elements): This.
@@ -5284,12 +5283,12 @@
 
        * xselect.c (Qcut_buffer0): Symbol removed; we're using a new
        interface to the cut buffer now.
-       (NUM_CUT_BUFFERS, cut_buffer_atom, cut_buffer_value,
-       cut_buffer_cached, cut_buffer_just_set): New variables.
+       (NUM_CUT_BUFFERS, cut_buffer_atom, cut_buffer_value)
+       (cut_buffer_cached, cut_buffer_just_set): New variables.
        (Fx_own_selection, Fx_selection_value): Dike out the code to
        handle CUT_BUFFER0 requests.
-       (Fx_get_cut_buffer, Fx_set_cut_buffer, x_watch_cut_buffer_cache,
-       x_invalidate_cut_buffer_cache): New functions.
+       (Fx_get_cut_buffer, Fx_set_cut_buffer, x_watch_cut_buffer_cache)
+       (x_invalidate_cut_buffer_cache): New functions.
        (syms_of_xselect): Don't bother to initialize Qcut_buffer0.
        Initialize and staticpro cut_buffer_value, and defsubr
        Sx_get_cut_buffer and Sx_set_cut_buffer.
@@ -5327,9 +5326,9 @@
 
 1992-09-28  Jim Blandy  (address@hidden)
 
-       * frame.c (Fselect_frame, Fframe_root_window,
-       Fframe_selected_window, Fnext_frame, Fmake_frame_visible,
-       Fmake_frame_invisible, Ficonify_frame): Doc fixes.
+       * frame.c (Fselect_frame, Fframe_root_window)
+       (Fframe_selected_window, Fnext_frame, Fmake_frame_visible)
+       (Fmake_frame_invisible, Ficonify_frame): Doc fixes.
 
        * ralloc.c: Since the users of the relocating allocation code
        handle memory exhaustion, it's better to return an error code to
@@ -5378,8 +5377,8 @@
        (syms_of_keyboard): Doc fix for Vlast_event_frame.
        (Vlast_event_frame): Doc fix.
 
-       * termhooks.h (alt_modifier, hyper_modifier, super_modifier,
-       down_modifier, drag_modifier): New modifiers, to support the new
+       * termhooks.h (alt_modifier, hyper_modifier, super_modifier)
+       (down_modifier, drag_modifier): New modifiers, to support the new
        input system.  Re-arranged modifiers so that their bits are in
        canonical order; this makes reorder_modifiers slightly simpler.
        * keyboard.c (format_modifiers, reorder_modifiers): Handle the new
@@ -5421,16 +5420,16 @@
        between text with different properties.  Use the old and new
        positions as arguments to these calls.
 
-       * intervals.c, intervals.h: (map_intervals, make_buffer_interval,
-        make_string_interval,run_hooks): Deleted.
+       * intervals.c, intervals.h (map_intervals, make_buffer_interval)
+       (make_string_interval, run_hooks): Deleted.
 
 1992-09-23  Jim Blandy  (address@hidden)
 
        * keymap.c (DENSE_TABLE_SIZE): Doc fix.
        (keymap_table): Function removed; this function exists only to
        support an incorrect understanding of the format of keymaps.
-       (access_keymap, store_in_keymap, Fcopy_keymap,
-       Faccessible_keymaps): Correctly handle vectors at any point in the
+       (access_keymap, store_in_keymap, Fcopy_keymap)
+       (Faccessible_keymaps): Correctly handle vectors at any point in the
        keymap; don't assume it must be at the front.
        (describe_map): Instead of calling describe_vector on the vector
        in the cadr of the keymap (if present) and then calling
@@ -5676,7 +5675,7 @@
 
 1992-09-09  Jim Blandy  (address@hidden)
 
-       * frame.c (choose_minibuf_frame): abort if the selected frame has
+       * frame.c (choose_minibuf_frame): Abort if the selected frame has
        nil in its minibuffer_window slot; this shouldn't happen any more.
        * window.c (minibuffer_window): Accept an optional FRAME argument;
        if specified, return the minibuffer used by that frame.
@@ -5817,7 +5816,7 @@
        * doc.c (Fsnarf_documentation): Signal an error if this is
        called in a dumped Emacs.
 
-       * alloc.c (mark_object): mark a symbol's name after marking its
+       * alloc.c (mark_object): Mark a symbol's name after marking its
        value, function, and property list rather than before; this way,
        symbols' names are readable, giving us a chance to detect some
        kinds of heap corruption.
@@ -6382,11 +6381,11 @@
        * window.c (init_window_once): Initialize minibuf_window before
        FRAME_ROOT_WINDOW, so the latter actually points to something.
 
-       * keyboard.c (Fexecute_mouse_event): dyked-out function deleted.
+       * keyboard.c (Fexecute_mouse_event): Dyked-out function deleted.
        We're not going to use this mouse interface.
-       (Vmouse_window, Vmouse_event, Vmouse_event_function,
-       Vmouse_left_hook, Vmap_frame_hook, Vunmap_frame_hook,
-       Vmouse_motion_handler): Variables deleted; they were to be used by
+       (Vmouse_window, Vmouse_event, Vmouse_event_function)
+       (Vmouse_left_hook, Vmap_frame_hook, Vunmap_frame_hook)
+       (Vmouse_motion_handler): Variables deleted; they were to be used by
        Fexecute_mouse_event.
        (syms_of_keyboard): Same.
        (command_loop_1): Remove dyked-out code to support
@@ -6474,16 +6473,16 @@
 
 1992-08-10  Jim Blandy  (address@hidden)
 
-       * xfns.c (Qbackground_color, Qborder_color,  Qborder_width,
-       Qcursor_color,  Qfont,  Qforeground_color,  Qgeometry,
-       Qhorizontal_scroll_bar,  Qicon_left,  Qicon_top,  Qiconic_startup,
-       Qinternal_border_width,  Qleft,  Qmouse_color,  Qparent_id,
-       Qsuppress_icon,  Qsuppress_initial_map,  Qtop,  Qundefined_color,
-       Qvertical_scroll_bar,  Qwindow_id,  Qx_frame_parameter): New
+       * xfns.c (Qbackground_color, Qborder_color, Qborder_width)
+       (Qcursor_color, Qfont, Qforeground_color, Qgeometry)
+       (Qhorizontal_scroll_bar, Qicon_left, Qicon_top, Qiconic_startup)
+       (Qinternal_border_width, Qleft, Qmouse_color, Qparent_id)
+       (Qsuppress_icon, Qsuppress_initial_map, Qtop, Qundefined_color)
+       (Qvertical_scroll_bar, Qwindow_id, Qx_frame_parameter): New
        symbols, with lisp code to rebuild syms_of_xfns.
        (syms_of_xfns): Initialize and staticpro them.
-       (Qheight, Qminibuffer, Qname, Qnone, Qonly, Qwidth,
-       Qunsplittable): Add extern declaration for these.
+       (Qheight, Qminibuffer, Qname, Qnone, Qonly, Qwidth)
+       (Qunsplittable): Add extern declaration for these.
        (x_init_parm_symbols): Don't initialize Qx_frame_parameter here;
        it's done in syms_of_xfns.
        (x_default_parameter): Change the argument char *PROPNAME into a
@@ -6491,12 +6490,12 @@
        (Fx_geometry, x_figure_window_size, x_icon, Fx_create_frame): Use
        the new Q... variables, instead of interning things.
 
-       * frame.c (Qheight, Qicon, Qmodeline, Qname, Qnone, Qonly,
-       Qunsplittable, Qwidth, Qx): New symbol, with lisp code to rebuild
+       * frame.c (Qheight, Qicon, Qmodeline, Qname, Qnone, Qonly)
+       (Qunsplittable, Qwidth, Qx): New symbol, with lisp code to rebuild
        syms_of_frame.
        (syms_of_xfns): Initialize and staticpro them.
-       (Fframep, Fframe_visible_p, Fframe_parameters):  Use
-       the new Q... variables, instead of interning things.
+       (Fframep, Fframe_visible_p, Fframe_parameters): Use the new Q...
+       variables, instead of interning things.
        (store_in_alist): Change the argument char *PROPNAME into a
        Lisp_Object PROP; let the caller take care of interning the atom.
 
@@ -6519,10 +6518,10 @@
        (x_default_parameter): Call x_set_frame_parameters, not
        x_set_frame_param.
 
-       * frame.c (Fmake_frame_visible, Fmake_frame_invisible,
-       Ficonify_frame, Fframe_parameters, Fmodify_frame_parameters,
-       Fset_frame_height, Fset_frame_width, Fset_frame_size,
-       Fset_frame_position): Place clauses controlled by FRAME_X_P inside
+       * frame.c (Fmake_frame_visible, Fmake_frame_invisible)
+       (Ficonify_frame, Fframe_parameters, Fmodify_frame_parameters)
+       (Fset_frame_height, Fset_frame_width, Fset_frame_size)
+       (Fset_frame_position): Place clauses controlled by FRAME_X_P inside
        `#ifdef HAVE_X_WINDOWS ... #endif' clauses.
 
        * frame.c (Fset_frame_position): Doc fix.
@@ -6579,8 +6578,8 @@
        * xterm.c (in_display): Deleted this; it's never used in xterm.c,
        and there is another variable by the same name in dispnew.c.
 
-       * frame.c [not MULTI_SCREEN] (Fset_frame_height, Fset_frame_width,
-       Fset_frame_size, Fframe_height, Fframe_width): New functions, for
+       * frame.c [not MULTI_SCREEN] (Fset_frame_height, Fset_frame_width)
+       (Fset_frame_size, Fframe_height, Fframe_width): New functions, for
        use when Emacs is not compiled with multiple screens.
        [not MULTI_SCREEN] (Fset_screen_height, Fset_screen_width):
        Functions added for backward compatibility with Emacs 18.  These
@@ -6602,8 +6601,8 @@
 1992-08-07  Jim Blandy  (address@hidden)
 
        * dispnew.c, frame.c, frame.h, keyboard.c, scroll.c, term.c,
-       window.c, xdisp.c, xfns.c xterm.c (FRAME_IS_TERMCAP, FRAME_IS_X,
-       FRAME_HAS_MINIBUF): Renamed these to FRAME_TERMCAP_P, FRAME_X_P,
+       * window.c, xdisp.c, xfns.c xterm.c (FRAME_IS_TERMCAP, FRAME_IS_X)
+       (FRAME_HAS_MINIBUF): Renamed these to FRAME_TERMCAP_P, FRAME_X_P,
        and FRAME_HAS_MINIBUF_P, for consistency with the rest of the
        frame macros.
 
@@ -6831,8 +6830,8 @@
        * lread.c: Include <ctype.h> at the top of the file, instead of
        just before isfloat_string; read0 wants to use it too.
 
-       * process.c (Fdelete_process, Fprocess_status, Fprocess_send_region,
-       Fprocess_send_string, Fprocess_send_eof, Finterrupt_process): Doc
+       * process.c (Fdelete_process, Fprocess_status, Fprocess_send_region)
+       (Fprocess_send_string, Fprocess_send_eof, Finterrupt_process): Doc
        fixes.
 
        * process.c (Fprocess_status): Use get_process to find the process
@@ -6858,10 +6857,10 @@
        functions describing the size of the characters of a font.
 
        * xterm.h, xterm.c, xselect.c, xmenu.c, xfns.c, xdisp.c, window.h,
-       window.c, termopts.h, termhooks.h, termchar.h, term.c sysdep.c,
-       scroll.c, screen.c, screen.h, process.c, print.c, minibuf.c,
-       lisp.h keyboard.c, indent.c, fns.c, emacs.c, dispnew.c,
-       dispextern.h, cm.h, alloc.c, config.h.in: Screens are now called
+       * window.c, termopts.h, termhooks.h, termchar.h, term.c sysdep.c,
+       * scroll.c, screen.c, screen.h, process.c, print.c, minibuf.c,
+       * lisp.h keyboard.c, indent.c, fns.c, emacs.c, dispnew.c,
+       * dispextern.h, cm.h, alloc.c, config.h.in: Screens are now called
        frames, to avoid even more confusion with X terminology than
        Emacs's "windows" already cause.  All macros, functions, and
        variables renamed; all uses changed.
@@ -6968,7 +6967,7 @@
 
        * emacs.c (Vkill_emacs_hook): Declare this here; it should have a
        docstring, so we might as well DEFVAR it.
-       (syms_of_emacs): initialize it, and DEFVAR_LISP it with an
+       (syms_of_emacs): Initialize it, and DEFVAR_LISP it with an
        appropriate docstring.
 
 1992-06-28  Jim Blandy  (address@hidden)
@@ -6997,8 +6996,8 @@
        `horizontal split.'
        (make_lispy_event, make_lispy_movement, syms_of_keyboard): Uses
        renamed here.
-       keyboard.h (Qvertical_split): Extern declaration changed here.
-       window.c (Fcoordinates_in_window_p): Changed this to return
+       * keyboard.h (Qvertical_split): Extern declaration changed here.
+       * window.c (Fcoordinates_in_window_p): Changed this to return
        `vertical-line' at the appropriate times, rather than
        `vertical-split'.
 
@@ -7064,28 +7063,28 @@
        the `#ifdef MULTI_SCREEN' conditional.
        * screen.h [not MULTI_SCREEN] (the_only_screen): extern
        declaration for it here.
-       [not MULTI_SCREEN] (SCREEN_CURRENT_GLYPHS, SCREEN_DESIRED_GLYPHS,
-       SCREEN_TEMP_GLYPHS, SCREEN_HEIGHT, SCREEN_WIDTH,
-       SCREEN_NEW_HEIGHT, SCREEN_NEW_WIDTH, SCREEN_CURSOR_X,
-       SCREEN_CURSOR_Y, SCREEN_ROOT_WINDOW, SCREEN_INSERT_COST,
-       SCREEN_DELETE_COST, SCREEN_INSERTN_COST, SCREEN_DELETEN_COST,
-       SCREEN_MESSAGE_BUF, SCREEN_SCROLL_BOTTOM_VPOS): Macros changed to
+       [not MULTI_SCREEN] (SCREEN_CURRENT_GLYPHS, SCREEN_DESIRED_GLYPHS)
+       (SCREEN_TEMP_GLYPHS, SCREEN_HEIGHT, SCREEN_WIDTH)
+       (SCREEN_NEW_HEIGHT, SCREEN_NEW_WIDTH, SCREEN_CURSOR_X)
+       (SCREEN_CURSOR_Y, SCREEN_ROOT_WINDOW, SCREEN_INSERT_COST)
+       (SCREEN_DELETE_COST, SCREEN_INSERTN_COST, SCREEN_DELETEN_COST)
+       (SCREEN_MESSAGE_BUF, SCREEN_SCROLL_BOTTOM_VPOS): Macros changed to
        refer to the_only_screen.
-       * dispnew.c [not MULTI_SCREEN] (one_screen_cursX,
-       one_screen_cursY, one_screen_current_glyphs,
-       one_screen_desired_glyphs, one_screen_temp_glyphs,
-       delayed_screen_width, delayed_screen_height): Variables
+       * dispnew.c [not MULTI_SCREEN] (one_screen_cursX)
+       (one_screen_cursY, one_screen_current_glyphs)
+       (one_screen_desired_glyphs, one_screen_temp_glyphs)
+       (delayed_screen_width, delayed_screen_height): Variables
        deleted; they're all now kept in the_only_screen.
        * xdisp.c [not MULTI_SCREEN] (message_buf): Variable deleted; same
        fate.
        * term.c [not MULTI_SCREEN] (one_screen_width, one_screen_height):
        Variables deleted; same fate.
-       * screen.h [not MULTI_SCREEN]: extern declarations for the above
+       * screen.h [not MULTI_SCREEN]: Extern declarations for the above
        variables removed.
        * window.c [not MULTI_SCREEN] (root_window): Variable deleted.
        [not MULTI_SCREEN] (init_window_once): Use SCREEN_ROOT_WINDOW to
        refer to the root window, instead of referring to it directly.
-       * window.h [not MULTI_SCREEN] (root_window): extern declaration
+       * window.h [not MULTI_SCREEN] (root_window): Extern declaration
        removed.
        * scroll.c [not MULTI_SCREEN] (insert_line_cost, delete_line_cost,
        insert_n_lines_cost, delete_n_lines_cost): Variables deleted; same
@@ -7093,8 +7092,8 @@
 
        * dispnew.c [not MULTI_SCREEN] (cursX, cursY): Renamed to
        `one_screen_cursX' and `one_screen_cursY'.
-       * screen.h [not MULTI_SCREEN] (cursX, cursY, SCREEN_CURSOR_X,
-       SCREEN_CURSOR_Y): extern declarations and macros changed
+       * screen.h [not MULTI_SCREEN] (cursX, cursY, SCREEN_CURSOR_X)
+       (SCREEN_CURSOR_Y): Extern declarations and macros changed
        accordingly.
 
        * term.c [not MULTI_SCREEN] (screen_width, screen_height): Renamed
@@ -7102,8 +7101,8 @@
        conflict with local variables when referenced by the `SCREEN_foo'
        macros.
        * screen.h [not MULTI_SCREEN] (screen_width, screen_height):
-       extern declarations changed accordingly.
-       * termchar.h (screen_width, screen_height): extern declarations
+       Extern declarations changed accordingly.
+       * termchar.h (screen_width, screen_height): Extern declarations
        deleted.  Everyone should go through the `SCREEN_foo' macros.
        (SCREEN_WIDTH, SCREEN_HEIGHT): Changed accordingly.
 
@@ -7216,7 +7215,7 @@
 
 1992-06-22  Richard Stallman  (address@hidden)
 
-       * syntax.h (SYNTAX, SYNTAX_MATCH, SYNTAX_COMSTART_FIRST, etc.)
+       * syntax.h (SYNTAX, SYNTAX_MATCH, SYNTAX_COMSTART_FIRST, etc.):
        Cast character to unsigned char before indexing.
 
 1992-06-19  Jim Blandy  (address@hidden)
@@ -7606,7 +7605,7 @@
 
 1992-05-15  Jim Blandy  (address@hidden)
 
-       * ymakefile [defined (__GNUC__) and __GNUC__ > 1]: define
+       * ymakefile [defined (__GNUC__) and __GNUC__ > 1]: Define
        YMF_PASS_LDFLAGS so that it can deal with an empty flags argument.
 
        * callproc.c (Fcall_process): Under VMS, a nil INFILE argument
@@ -7725,8 +7724,8 @@
        * callint.c (Fcall_interactively): Get symbol's function by
        calling indirect_function, instead of just looping.
        * doc.c (Fdocumentation): Same.
-       * eval.c (Finteractive_p, Fcommandp, do_autoload, Feval,
-       Ffuncall): Same.
+       * eval.c (Finteractive_p, Fcommandp, do_autoload, Feval)
+       (Ffuncall): Same.
        * keyboard.c (Fcommand_execute): Same.
 
        * data.c (Fsymbol_function): Name the argument `symbol' instead of
@@ -7827,9 +7826,9 @@
 
        * syssignal.h (sigpause, sigblock, sigunblock, sigsetmask): Macros
        removed; they require GCC, and Emacs 19 should compile without GCC.
-       (EMACS_SIGPAUSE, EMACS_SIGBLOCK, EMACS_SIGUNBLOCK,
-       EMACS_SIGSETMASK, EMACS_SIGFREE, EMACS_SIGHOLDX, EMACS_SIGBLOCKX,
-       EMACS_SIGUNBLOCKX, EMACS_SIGPAUSEX): These are new macros that
+       (EMACS_SIGPAUSE, EMACS_SIGBLOCK, EMACS_SIGUNBLOCK)
+       (EMACS_SIGSETMASK, EMACS_SIGFREE, EMACS_SIGHOLDX, EMACS_SIGBLOCKX)
+       (EMACS_SIGUNBLOCKX, EMACS_SIGPAUSEX): These are new macros that
        don't require GCC, but expand to statements.
        * callproc.c (Fcall_process): Use new EMACS_SIG* macros from
        syssignal.h.
@@ -7904,7 +7903,7 @@
        * ymakefile (CC, MAKE): Set these variables from optional macros.
        Change all uses of `make' to ${MAKE}.
 
-       * ymakefile: use HAVE_X11 as alias for X11.
+       * ymakefile: Use HAVE_X11 as alias for X11.
 
        * ymakefile (LIB_GCC, GNULIB_VAR): Handle GCC 2.
 
@@ -8214,8 +8213,8 @@
        * m/pfa50.h: New file.
        * process.c (create_process, process_send_signal): Added changes
        for m/pfa50.h.
-       * sysdep.c: same.
-       * unexec.c: same.
+       * sysdep.c: Same.
+       * unexec.c: Same.
 
 1992-03-14  Jim Blandy  (address@hidden)
 
@@ -8365,8 +8364,8 @@
        (hfqry, hfskbd): Declare these functions as static before all uses.
        * unexaix.c (make_hdr, mark_x, copy_text_and_data, copy_sym):
        Declare as static before all uses.
-       Remove extraneous semicolons from #ifdefs of COFF and XCOFF
-       (unrelocate_symbols): cast the initializers of t_start and d_start
+       Remove extraneous semicolons from #ifdefs of COFF and XCOFF.
+       (unrelocate_symbols): Cast the initializers of t_start and d_start
        to ulong.
 
        * s/template.h: Include a clause for the HAVE_TERMIO flag.
@@ -8418,8 +8417,8 @@
 
        * sysdep.c (reset_sys_modes): Doc fix.
 
-       * keyboard.c (sigfree, sigholdx, sigblockx, sigunblockx,
-       sigpausex): Definitions moved to syssignal.h.
+       * keyboard.c (sigfree, sigholdx, sigblockx, sigunblockx)
+       (sigpausex): Definitions moved to syssignal.h.
 
        * dispnew.c: Doc fix.
 
@@ -8502,7 +8501,7 @@
        (store_screen_param): If the value of the minibuffer parameter is
        a window, try to make it the surrogate minibuffer window.
        (Qminibuffer): New variable, to support above change.
-       (syms_of_screen): initialize and staticpro it.
+       (syms_of_screen): Initialize and staticpro it.
 
        * m/tad68k.h: New file.
 
@@ -8576,12 +8575,12 @@
 
        * keyboard.h: New file, for external declarations used in
        processing keyboard input and events.
-       * lisp.h (Qmode_line, Qvertical_split, num_input_chars,
-       poll_suppress_count): Extern declarations moved to keyboard.h.
+       * lisp.h (Qmode_line, Qvertical_split, num_input_chars)
+       (poll_suppress_count): Extern declarations moved to keyboard.h.
        * keyboard.c: #include "keyboard.h".
-       (Qvscrollbar_par, Qvslider_part, Qvthumbup_part,
-       Qvthumbdown_part, Qhscrollbar_part, Qhslider_part,
-       Qhthumbleft_part, Qhthumbright_part): Moved declarations here from
+       (Qvscrollbar_par, Qvslider_part, Qvthumbup_part)
+       (Qvthumbdown_part, Qhscrollbar_part, Qhslider_part)
+       (Qhthumbleft_part, Qhthumbright_part): Moved declarations here from
        xfns.c, so they're with the other event heading symbols.
        * eval.c: #include "keyboard.h".
        * ymakefile (callint.o, keyboard.o, keymap.o, xfns.o, eval.o):
@@ -8605,13 +8604,13 @@
        Vmouse_screen_part.
        (syms_of_xterm): Changed accordingly.
 
-       * keyboard.h (EVENT_HAS_PARAMETERS, EVENT_HEAD, EVENT_WINDOW,
-       EVENT_BUFFER_POSN, EVENT_SCROLLBAR_BUTTON, EVENT_WINDOW_POSN,
-       EVENT_TIMESTAMP, EVENT_HEAD_UNMODIFIED, EVENT_HEAD_KIND): New
+       * keyboard.h (EVENT_HAS_PARAMETERS, EVENT_HEAD, EVENT_WINDOW)
+       (EVENT_BUFFER_POSN, EVENT_SCROLLBAR_BUTTON, EVENT_WINDOW_POSN)
+       (EVENT_TIMESTAMP, EVENT_HEAD_UNMODIFIED, EVENT_HEAD_KIND): New
        macros to recognize and access events that have parameters, like
        mouse events.
-       * keyboard.c (read_char, echo_char, Fmouse_click_p,
-       read_key_sequence): Use them.
+       * keyboard.c (read_char, echo_char, Fmouse_click_p)
+       (read_key_sequence): Use them.
        * keymap.c: #include "keyboard.h".
        (access_keymap, store_in_keymap, Fsingle_key_description): Use the
        macros from keyboard.h.
@@ -8674,11 +8673,11 @@
        causes the window to pop to the front every time a message
        appears, which isn't desirable.
 
-       * screen.c (Fselect_screen, Fdelete_screen, Fset_mouse_position,
-       Fmake_screen_visible, Fmake_screen_invisible, Ficonify_screen,
-       Fdeiconify_screen, Fscreen_parameters, Fmodify_screen_parameters,
-       Fset_screen_height, Fset_screen_width, Fset_screen_size,
-       Fset_screen_position): Use SCREEN_IS_X macro instead of testing
+       * screen.c (Fselect_screen, Fdelete_screen, Fset_mouse_position)
+       (Fmake_screen_visible, Fmake_screen_invisible, Ficonify_screen)
+       (Fdeiconify_screen, Fscreen_parameters, Fmodify_screen_parameters)
+       (Fset_screen_height, Fset_screen_width, Fset_screen_size)
+       (Fset_screen_position): Use SCREEN_IS_X macro instead of testing
        for output_x_window.
        * xfns.c (adjust_scrollbars, Fx_store_cut_buffer): Same.
 
@@ -8988,7 +8987,7 @@
 
 1991-11-26  Michael I Bushnell  (address@hidden)
 
-       * search.c: need to include sys/types.h because of recent mod to
+       * search.c: Need to include sys/types.h because of recent mod to
        regex.h.
 
 1991-11-25  Richard Stallman  (address@hidden)
@@ -9038,13 +9037,13 @@
        (Flive_screen_p): New lisp predicate.
        (syms_of_screen): Initialize, staticpro, and defsubr the lot.
        * dispnew.c (Fredraw_screen): Use CHECK_LIVE_SCREEN.
-       * screen.c (Fscreen_root_window, Fscreen_selected_window,
-       Fnext_screen, Fset_mouse_position, Frestore_screen_configuration,
-       Fmake_screen_visible, Fmake_screen_invisible, Ficonify_screen,
-       Fdeiconify_screen, Fscreen_visible_p, Fredirect_screen_focus,
-       Fscreen_focus, Fmodify_screen_parameters, Fset_screen_height,
-       Fset_screen_width, Fset_screen_size, Fset_screen_position,
-       Fselect_screen): Use CHECK_LIVE_SCREEN.
+       * screen.c (Fscreen_root_window, Fscreen_selected_window)
+       (Fnext_screen, Fset_mouse_position, Frestore_screen_configuration)
+       (Fmake_screen_visible, Fmake_screen_invisible, Ficonify_screen)
+       (Fdeiconify_screen, Fscreen_visible_p, Fredirect_screen_focus)
+       (Fscreen_focus, Fmodify_screen_parameters, Fset_screen_height)
+       (Fset_screen_width, Fset_screen_size, Fset_screen_position)
+       (Fselect_screen): Use CHECK_LIVE_SCREEN.
        * window.c (Fwindow_at, Fcurrent_window_configuration): Use
        CHECK_LIVE_SCREEN.
        * xfns.c (Ffocus_screen, Fx_pixel_width, Fx_pixel_height): Use
@@ -9131,8 +9130,8 @@
        screen's only window is a minibuffer, aka a "minibuffer screen" or
        a "minibuffer-only" screen.
        * dispnew.c (change_screen_size): Use it.
-       * screen.c (Fselect_screen, next_screen, prev_screen,
-       Fdelete_screen): Use it.
+       * screen.c (Fselect_screen, next_screen, prev_screen)
+       (Fdelete_screen): Use it.
        * window.c (Fdisplay_buffer): Use it.
 
        * screen.c (next_screen, prev_screen): Make MINIBUF a lisp
@@ -9229,7 +9228,7 @@
        (pixel_to_glyph_coords, construct_mouse_click,
        note_mouse_position, XTmouse_position): Put these all on the same
        page.
-       (XTread_socket): case MotionNotify, call note_mouse_position with
+       (XTread_socket): Case MotionNotify, call note_mouse_position with
        the right args; don't call pixel_to_glyph_translation.
        (x_term_init): Set mouse_position_hook instead of
        mouse_tracking_enable_hook.
@@ -9313,7 +9312,7 @@
        * keyboard.c (kbd_buffer_read_char): Renamed to
        kbd_buffer_get_event, for consistency with kbd_buffer_store_event.
 
-       * window.c (Fwindow_at): modified to take the coordinates as a
+       * window.c (Fwindow_at): Modified to take the coordinates as a
        pair, not a two-element list, for ease of use and compatibility
        with events.  Make SCREEN argument second and optional.
        (Fcoordinates_in_window_p): Modified to take and return the
@@ -9396,8 +9395,8 @@
        last_event_timestamp.
        * xselect.c (mouse_timestamp): Don't use this anymore.
        (last_event_timestamp): Use this instead.
-       (Fx_own_selection, Fx_own_clipboard, Fx_get_selection,
-       Fx_get_clipboard): Use last_event_timestamp instead of
+       (Fx_own_selection, Fx_own_clipboard, Fx_get_selection)
+       (Fx_get_clipboard): Use last_event_timestamp instead of
        mouse_timestamp.
 
        * xdisp.c (redisplay): Don't pass extra arguments to
@@ -9498,9 +9497,9 @@
 1991-08-15  Jim Blandy  (address@hidden)
 
        * bytecode.c (Qbyte_code_meter): New.
-       (Bend_of_line, Bset_marker, Bmatch_beginning, Bmatch_end, Bupcase,
-       Bdowncase, BRgoto, BRgotoifnil, BRgotoifnonnil,
-       BRgotoifnilelsepop, BRgotoifnonnilelsepop, BlistN, BconcatN): New
+       (Bend_of_line, Bset_marker, Bmatch_beginning, Bmatch_end, Bupcase)
+       (Bdowncase, BRgoto, BRgotoifnil, BRgotoifnonnil)
+       (BRgotoifnilelsepop, BRgotoifnonnilelsepop, BlistN, BconcatN): New
        byte codes.
        (Fbyte_code): Implemented new codes listed above.  Added code to
        count how many times a function is called.
@@ -9574,7 +9573,7 @@
        * eval.c (Qinhibit_quit): New variable, to support Aug 5 changes
        to process.c.
        (syms_of_eval): Initialize and staticpro above.
-       * lisp.h: added extern declaration for above.
+       * lisp.h: Added extern declaration for above.
 
 1991-08-10  Jim Blandy  (address@hidden)
 
@@ -9634,8 +9633,8 @@
        (Fx_create_screen): Don't use it here.
 
        * keyboard.c (classify_object): #if 0'd function finally removed.
-       * xterm.c (Qmapped_screen, Qunmapped_screen, Qexited_scrollbar,
-       Qexited_window, Qredraw_screen): Unused, so removed.
+       * xterm.c (Qmapped_screen, Qunmapped_screen, Qexited_scrollbar)
+       (Qexited_window, Qredraw_screen): Unused, so removed.
        (syms_of_xterm): Don't bother to initialize above.
 
        * xterm.c (init_input_symbols): Renamed to syms_of_xterm, for
@@ -9731,13 +9730,13 @@
 
 1991-07-26  Jim Blandy  (address@hidden)
 
-       * keyboard.c (command_loop_1): pass both arguments to
+       * keyboard.c (command_loop_1): Pass both arguments to
        Fselect_screen.
 
        * screen.c (make_screen): Divide the size by sizeof (Lisp_Object)
        before passing it to Fmake_vector.
 
-       * screen.h [not MULTI_SCREEN] (SCREEN_SCROLL_BOTTOM_VPOS): fixed
+       * screen.h [not MULTI_SCREEN] (SCREEN_SCROLL_BOTTOM_VPOS): Fixed
        definition.
 
        * screen.c: #include termhooks.h and therefore stdio.h.
@@ -9751,7 +9750,7 @@
        (Fselect_window): Removed grunge to support minibuffer hack.
        * screen.h (struct screen): Added focus_screen member, and
        accessor for it.
-       * alloc.c (mark_object): mark focus_screen member of Lisp_Screens.
+       * alloc.c (mark_object): Mark focus_screen member of Lisp_Screens.
        * xterm.c (XTscreen_rehighlight): Use the focus_screen member to
        decide which screen to highlight.
        (XTread_socket): Use focus_screen when enqueuing keystrokes.
@@ -9940,7 +9939,7 @@
        [HAVE_SHM] (init_alloc_once): Initialize pure_size here.
        * lisp.h [HAVE_SHM] (XPNTR): Defined in terms of pure_size,
        instead of PURESIZE.
-       (pure_size): extern declaration added here.
+       (pure_size): Extern declaration added here.
        * ymakefile: Added puresize.h to dependencies for alloc.c and
        data.c's .o files.
 
@@ -10060,8 +10059,8 @@
        * sysdep.c: If HAVE_TERMIOS is not defined, define tcgetattr in
        terms of the TIOCGETP ioctl.
        (init_sys_modes): Handle VSUSP, V_DSUSP if HAVE_TCATTR.
-       (discard_tty_input, init_baud_rate, child_setup_tty,
-       init_sys_modes, tabs_safe_p, reset_sys_modes):
+       (discard_tty_input, init_baud_rate, child_setup_tty)
+       (init_sys_modes, tabs_safe_p, reset_sys_modes):
        Use tcgetattr, and if HAVE_TCATTR, use tcsetattr.
 
 1991-07-13  Jim Blandy  (address@hidden)
@@ -10291,7 +10290,7 @@
 
 1991-06-20  Jim Blandy  (address@hidden)
 
-       * buffer.h (struct buffer_text, struct buffer): small change to
+       * buffer.h (struct buffer_text, struct buffer): Small change to
        comments.
 
        * search.c (Fmatch_beginning, Fmatch_end): Fixed doc strings to
@@ -10466,8 +10465,8 @@
        that; otherwise, the while loop lied.
        (make_lispy_event): Added code to produce mouse movement events.
        (init_keyboard): Clear the mouse movement buffer.
-       (Qmouse_moved, Qredraw_screen, Qmapped_screen, Qunmapped_screen,
-       Qexited_window, Qexited_scrollbar): Removed extern declarations
+       (Qmouse_moved, Qredraw_screen, Qmapped_screen, Qunmapped_screen)
+       (Qexited_window, Qexited_scrollbar): Removed extern declarations
        for these, since they're no longer generated.
        (syms_of_keyboard): Initialize and staticpro Qmouse_movement,
        remove DEFVAR_LISP for Vignore_mouse_events.
@@ -10677,7 +10676,7 @@
        * eval.c (Fcondition_case): Initialize the `handler_list' member
        of the catchtag.
 
-       * keyboard.c (read_char): reset recent_keys_index when it is
+       * keyboard.c (read_char): Reset recent_keys_index when it is
        greater than OR EQUAL to the number of elements in recent_keys,
        stupid.
 
@@ -10814,9 +10813,9 @@
 
 1991-03-19  Jim Blandy  (address@hidden)
 
-       * keyboard.c (kbd_buffer_store_event, kbd_buffer_read_char,
-       read_key_sequence, Fexecute_extended_command, Fset_input_mode,
-       init_keyboard, syms_of_keyboard): Use XSET (var, Lisp_Int, exp)
+       * keyboard.c (kbd_buffer_store_event, kbd_buffer_read_char)
+       (read_key_sequence, Fexecute_extended_command, Fset_input_mode)
+       (init_keyboard, syms_of_keyboard): Use XSET (var, Lisp_Int, exp)
        instead of XSETINT (var, exp) in those cases where var is not
        known to already be a Lisp_Int.
        * search.c (skip_chars): Same.
@@ -10833,8 +10832,8 @@
 
 1991-03-17  Jim Blandy  (address@hidden)
 
-       * keymap.c (Fcopy_keymap, Faccessible_keymaps, describe_map,
-       append_key): Minor typos and brainos corrected.
+       * keymap.c (Fcopy_keymap, Faccessible_keymaps, describe_map)
+       (append_key): Minor typos and brainos corrected.
 
        * keyboard.c (read_char): Removed code to find the vector in a
        (kbd-macro . VECTOR) - style macro, since the macro is represented
@@ -10895,9 +10894,9 @@
        * commands.h, lisp.h: Changed global_map and current_global_map to
        be Lisp_Objects, not Lisp_Vectors.
        keyboard.c (read_key_sequence): Same.
-       keymap.c (Fkey_binding, Fglobal_key_binding, Fglobal_set_key,
-       Fuse_global_map, Fwhere_is_internal, describe_buffer_bindings,
-       syms_of_keymap): Same.
+       keymap.c (Fkey_binding, Fglobal_key_binding, Fglobal_set_key)
+       (Fuse_global_map, Fwhere_is_internal, describe_buffer_bindings)
+       (syms_of_keymap): Same.
 
        * keymap.c (Fdefine_key): Braino: increment idx and clear metized
        flag even when the element of the key sequence isn't a character.
@@ -11041,9 +11040,9 @@
 
 1991-02-23  Jim Blandy  (address@hidden)
 
-       * keyboard.c: (recent_keys, this_command_keys,
-       menu_prompt_more_char, help_char, last_command_char, quit_char,
-       last_input_char): Changed to Lisp_Objects, so we can use function
+       * keyboard.c (recent_keys, this_command_keys)
+       (menu_prompt_more_char, help_char, last_command_char, quit_char)
+       (last_input_char): Changed to Lisp_Objects, so we can use function
        keys for them.
        (Vglobal_function_map): Variable deleted.
        (echo_char): Echo function keys too.  The argument C is now a
@@ -11175,7 +11174,7 @@
        longer convert X keycodes to symbols in this section of code.
        (x_convert_modifiers): New function to turn the X modifier bits
        into struct input_event modifier bits.
-       (encode_mouse_button): removed, since this work isn't done here
+       (encode_mouse_button): Removed, since this work isn't done here
        anymore.
        (Vx_send_mouse_movement_events): Add an extern declaration for
        this.
@@ -11231,7 +11230,7 @@
        routines which enqueue them can be called from signal handlers,
        and therefore should not cons.
 
-       * keyboard.c: (kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Change
+       * keyboard.c (kbd_buffer, kbd_fetch_ptr, kbd_store_ptr): Change
        these to be of type `struct input_event *'.
        (kbd_buffer_store_event): Manipulate struct input_events instead
        of lisp objects.
@@ -11268,7 +11267,7 @@
 
 1991-02-13  Jim Blandy  (address@hidden)
 
-       * xterm.c (init_input_symbols): remove the `xk-' prefix from all
+       * xterm.c (init_input_symbols): Remove the `xk-' prefix from all
        the function key symbols, since they're going to be used for
        function keys from all sorts of terminals, not just when running
        under X.
@@ -11322,27 +11321,27 @@
 1991-02-05  Jim Blandy  (address@hidden)
 
        * sysdep.c, s-aix3-1.h, s-hpux.h, s-iris3-5.h, s-iris3-6.h,
-       s-irix3-3.h, s-rtu.h, s-sunos4-1.h, s-unipl5-0.h, s-unipl5-2.h,
-       s-usg5-0.h, s-usg5-2-2.h, s-usg5-2.h, s-usg5-3.h, s-xenix.h:
+       * s-irix3-3.h, s-rtu.h, s-sunos4-1.h, s-unipl5-0.h, s-unipl5-2.h,
+       * s-usg5-0.h, s-usg5-2-2.h, s-usg5-2.h, s-usg5-3.h, s-xenix.h:
        Globally replaced INTERRUPTABLE with INTERRUPTIBLE.
 
        * xterm.c (construct_mouse_event): Renamed to
        construct_mouse_click, since there are kinds of mouse events
        besides clicks (movement, for example).
-       (XTread_socket): rename calls here.
+       (XTread_socket): Rename calls here.
 
-       * xterm.c (mapped_screen_symbol, unmapped_screen_symbol,
-       exited_scrollbar_symbol, exited_window_symbol,
-       redraw_screen_symbol, mouse_moved_symbol): Renamed to
+       * xterm.c (mapped_screen_symbol, unmapped_screen_symbol)
+       (exited_scrollbar_symbol, exited_window_symbol)
+       (redraw_screen_symbol, mouse_moved_symbol): Renamed to
        Qmapped_screen, Qunmapped_screen, Qexited_scrollbar,
        Qexited_window, Qredraw_screen, Qmouse_moved, to agree with naming
        conventions elsewhere in Emacs.
 
-       * xfns.c (text_part_sym, modeline_part_sym,
-       vertical_scrollbar_sym, vertical_slider_sym, vertical_thumbup_sym,
-       vertical_thumbdown_sym, horizontal_scrollbar_sym,
-       horizontal_slider_sym, horizontal_thumbleft_sym,
-       horizontal_thumbright_sym): Renamed to Qtext_part, Qmodeline_part,
+       * xfns.c (text_part_sym, modeline_part_sym)
+       (vertical_scrollbar_sym, vertical_slider_sym, vertical_thumbup_sym)
+       (vertical_thumbdown_sym, horizontal_scrollbar_sym)
+       (horizontal_slider_sym, horizontal_thumbleft_sym)
+       (horizontal_thumbright_sym): Renamed to Qtext_part, Qmodeline_part,
        Qvscrollbar_part, Qvslider_part, Qvthumbup_part, Qvthumbdown_part,
        Qhscrollbar_part, Qhslider_part, Qhthumbleft_part,
        Qhthumbright_part, to agree with the naming conventions elsewhere
@@ -11394,7 +11393,7 @@
        variables renamed to Vmouse_screen_part,
        Vx_send_mouse_movement_events.
 
-       * lread.c (Feval_buffer): function deleted.
+       * lread.c (Feval_buffer): Function deleted.
        (Feval_current_buffer): Removed "#if 0 ... #endif" around this
        function.
 
@@ -11419,7 +11418,7 @@
        * xterm.h: Added external declaration for x_focus_screen.
 
        * search.h: File deleted.
-       * buffer.h: declare searchbuf here instead.
+       * buffer.h: Declare searchbuf here instead.
 
        * screen.c (Ffocus_screen, Funfocus_screen): Moved these functions
        to xfns.c, since they're x-specific.
@@ -11471,7 +11470,7 @@
        cursor in its filled and hollow forms.
        * xterm.h (enum text_cursor_kinds): Added enum for the different
        kinds of cursors which might be displayed in a window.
-       (struct x_display): added member `text_cursor_kind' which says
+       (struct x_display): Added member `text_cursor_kind' which says
        which kind of cursor is currently being displayed in the window, so
        we can arrange to redraw it effectively.
 
@@ -11522,7 +11521,7 @@
 
 1991-01-28  Jim Blandy  (address@hidden)
 
-       * ymakefile: noted that callint.o depends on mocklisp.h,
+       * ymakefile: Noted that callint.o depends on mocklisp.h,
        and dired.o on search.h.
 
        * environ.h: Deleted - its creation in the first place was misguided.
@@ -11540,7 +11539,7 @@
 
 1991-01-27  Jim Blandy  (address@hidden)
 
-       * lisp.h (struct handler): add poll_suppress_count member, so
+       * lisp.h (struct handler): Add poll_suppress_count member, so
        we can restore poll_suppress_count when we handle an error.
        * eval.c (struct catchtag): Add it here too, for throws.
        (internal_catch, Fcondition_case, internal_condition_case): Record
@@ -11569,13 +11568,13 @@
 
 1991-01-15  Jim Blandy  (address@hidden)
 
-       * doc.c (Fsnarf_documentation): handle attaching docstrings to
+       * doc.c (Fsnarf_documentation): Handle attaching docstrings to
        bytecode objects too.
 
-       * syntax.h (syntax_spec_code): make external declaration for this
+       * syntax.h (syntax_spec_code): Make external declaration for this
        unsigned char to match the definition in syntax.c.
 
-       * indent.c (compute_motion): added comments describing how it
+       * indent.c (compute_motion): Added comments describing how it
        can be used.
 
 1991-01-15  Richard Stallman  (address@hidden)
@@ -11630,7 +11629,7 @@
 
 1991-01-12  Jim Blandy  (address@hidden)
 
-       * dispnew.c (buffer_posn_from_coords): compute_motion starting
+       * dispnew.c (buffer_posn_from_coords): Compute_motion starting
        from bufp[y] instead of counting from the top of the window.
 
 1991-01-11  Richard Mlynarik  (address@hidden)
@@ -11666,7 +11665,7 @@
 
        * alloc.c (Fmake_byte_code): Flesh out docstring.
 
-       * window.c (window_loop): pick the first window correctly, even
+       * window.c (window_loop): Pick the first window correctly, even
        when screen == 0.
 
        * dispnew.c (scroll_screen_lines): Don't forget to call
@@ -11701,7 +11700,7 @@
        highlight_face, since they're part of the interval code, and
        shouldn't be installed yet.
 
-       * dispnew.c (init_display): calculate_costs expects a screen
+       * dispnew.c (init_display): Calculate_costs expects a screen
        parameter; pass selected_screen, instead of nothing.
 
        * search.c (Freplace_match): Protect STRING.
@@ -11745,12 +11744,12 @@
        point directly.
        * window.c (Fselect_window): Here too.
 
-       * xdisp.c (redisplay_all_windows): removed static declaration for
+       * xdisp.c (redisplay_all_windows): Removed static declaration for
        this nonexistent function.
 
 1991-01-04  Jim Blandy  (address@hidden)
 
-       * window.c (window_loop): neatened up.  MINI being non-zero now
+       * window.c (window_loop): Neatened up.  MINI being non-zero now
        makes it recognize active minibuffer windows.  Iterates properly
        over multiple screens when asked nicely.
        (Fget_lru_window, Fget_largest_window): SCREENS arguments are now
@@ -11785,35 +11784,35 @@
        lines just inserted--old version lost a line.
 
        * screen.c: #ifdef HAVE_X_WINDOWS, #include xterm.h
-       (Ffocus_screen, Funfocus_screen): use Joe's new definitions, and
+       (Ffocus_screen, Funfocus_screen): Use Joe's new definitions, and
        only define these functions ifdef HAVE_X_WINDOWS.
-       (window_from_coordinates): use next_screen_window instead of
+       (window_from_coordinates): Use next_screen_window instead of
        Fnext_window, so that global minibuffers work.
 
        * lread.c (syms_of_read): Don't forget to defsubr
        read-char-exclusive.
 
-       * lisp.h (Fscreenp, Fselect_screen, Ffocus_screen,
-       Funfocus_screen, Fselected_screen, Fwindow_screen,
-       Fscreen_root_window, Fscreen_selected_window, Fscreen_list,
-       Fnext_screen, Fdelete_screen, Fread_mouse_position,
-       Fset_mouse_position, Fmake_screen_visible, Fmake_screen_invisible,
-       Ficonify_screen, Fdeiconify_screen, Fscreen_visible_p,
-       Fvisible_screen_list, Fscreen_parameters,
-       Fmodify_screen_parameters, Fscreen_pixel_size, Fscreen_height,
-       Fscreen_width, Fset_screen_height, Fset_screen_width,
-       Fset_screen_size, Fset_screen_position, Fcoordinates_in_window_p,
-       Flocate_window_from_coordinates, Frubber_band_rectangle): added
+       * lisp.h (Fscreenp, Fselect_screen, Ffocus_screen)
+       (Funfocus_screen, Fselected_screen, Fwindow_screen)
+       (Fscreen_root_window, Fscreen_selected_window, Fscreen_list)
+       (Fnext_screen, Fdelete_screen, Fread_mouse_position)
+       (Fset_mouse_position, Fmake_screen_visible, Fmake_screen_invisible)
+       (Ficonify_screen, Fdeiconify_screen, Fscreen_visible_p)
+       (Fvisible_screen_list, Fscreen_parameters)
+       (Fmodify_screen_parameters, Fscreen_pixel_size, Fscreen_height)
+       (Fscreen_width, Fset_screen_height, Fset_screen_width)
+       (Fset_screen_size, Fset_screen_position, Fcoordinates_in_window_p)
+       (Flocate_window_from_coordinates, Frubber_band_rectangle): Added
        extern declarations for all these.
 
-       * lisp.h (Qscreenp): added an extern declaration for this.
+       * lisp.h (Qscreenp): Added an extern declaration for this.
 
        * lisp.h (DBL_DIG): Added constant for the maximum number of
        decimal digits a float could print to.  Used in print.c.
 
        * keymap.c (Fkey_description): Produce pretty descriptions of
        mouse and window system events too.
-       (Fsingle_key_description): signal an error if obj is not a key.
+       (Fsingle_key_description): Signal an error if obj is not a key.
 
        * data.c (Fkeyp, Qkeyp): Added predicate to recognize things which
        can be bound - this includes keys, symbols (for function keys and
@@ -11827,7 +11826,7 @@
 
        (classify_object): Place the object in read_key_sequence_cmd.
 
-       (Fread_key_sequence): recognize that when read_key_sequence
+       (Fread_key_sequence): Recognize that when read_key_sequence
        returns -1 or -2, it's a mouse event or window system event.
 
 1991-01-01  Jim Blandy  (address@hidden)
@@ -11855,10 +11854,10 @@
 
 1990-12-28  Jim Blandy  (address@hidden)
 
-       * print.c (print): put obj in a non-register variable so
+       * print.c (print): Put obj in a non-register variable so
        we could gcpro it.  Also fixed some syntax errors.
 
-       * editfns.c (Fformat): declare nstrings, and declare nstrings and
+       * editfns.c (Fformat): Declare nstrings, and declare nstrings and
        strings in a local block.
        (Fformat): XFLOAT(args[n]) isn't a float; ->data is.
 
@@ -11966,7 +11965,7 @@
 
        * eval.c (Fbacktrace): gcpro TAIL.
        * emacs.c (Fkill_emacs): gcpro ARG.
-       * editfns.c (Fformat): remove remains of gcpro'd args.
+       * editfns.c (Fformat): Remove remains of gcpro'd args.
 
        * dispnew.c (syms_of_dispnew): Don't clobber Vwindow_system_version
        if CANNOT_DUMP.
@@ -11986,11 +11985,11 @@
 
 1990-12-03  Jim Blandy  (address@hidden)
 
-       * callproc.c (Fcall_process): change synch_process_pid to
+       * callproc.c (Fcall_process): Change synch_process_pid to
        synch_process_alive, as a general flag that we are waiting for
        a synchronous process to die.  This obviates the need to block
        SIGCHLDs until we know the pid.
-       * sysdep.c (wait_for_termination): wait for synch_process_alive to
+       * sysdep.c (wait_for_termination): Wait for synch_process_alive to
        be false.
 
        * process.c (sigchld_handler): If pid not recognized, look for a
@@ -12037,13 +12036,13 @@
 
 1990-11-20  Jim Blandy  (address@hidden)
 
-       * print.c (Fexternal_debugging_output): added new function which
+       * print.c (Fexternal_debugging_output): Added new function which
        writes a character to stderr, for use when debugging emacs with
        gdb.
 
 1990-11-14  Jim Blandy  (address@hidden)
 
-       * dispnew.c (window_change_signal): used to assume that SIGWINCHes
+       * dispnew.c (window_change_signal): Used to assume that SIGWINCHes
        always applied to the currently selected screen.  Now it scans the
        list of screens for a screen controlled by termcap, and changes that
        screen's size.
@@ -12061,18 +12060,18 @@
 
        * regex.c: Disabled definition of NULL from lisp.h
 
-       * crt0.c (_start): added static declaration of start1.
+       * crt0.c (_start): Added static declaration of start1.
 
-       * xfns.c: added definition for Vbar_cursor.
+       * xfns.c: Added definition for Vbar_cursor.
        (syms_of_xfns): Added DEFVAR_LISP clause for Vbar_cursor.
 
-       * xterm.c (XTread_socket): passed &event.xkey instead of &event to
+       * xterm.c (XTread_socket): Passed &event.xkey instead of &event to
        XLookupString, so things will typecheck nicely.
 
        * Globally rewrote all references to Vmouse_buffer to use the
        buffer viewed by Vmouse_window instead.
 
-       * alloc.c (xmalloc, xrealloc): removed calls to
+       * alloc.c (xmalloc, xrealloc): Removed calls to
        {un,}hold_window_change.  The new SIGWINCH-handling code and
        do_pending_window_change make them unnecessary.
 
@@ -12128,14 +12127,14 @@
 
 1990-10-29  Jim Blandy  (address@hidden)
 
-       * indent.c (position_indentation): renamed stray `bf_cur' to
+       * indent.c (position_indentation): Renamed stray `bf_cur' to
        `current_buffer', and old `CharAt' usages to `FETCH_CHAR'.
-       * buffer.c (Fbuffer_disable_undo): the symbol object for this
+       * buffer.c (Fbuffer_disable_undo): The symbol object for this
        subroutine was still named Sbuffer_flush_undo, and the symbol's
        lisp name was similarly out of date.  Renamed both, and added an
        alias in lisp/subr.el .
 
-       * keyboard.c (Fset_input_mode): a `meta_flag' had escaped being
+       * keyboard.c (Fset_input_mode): A `meta_flag' had escaped being
        renamed to `meta_key'.
 
 1990-10-29  Richard Stallman  (address@hidden)
@@ -12147,29 +12146,29 @@
 
 1990-10-29  Jim Blandy  (address@hidden)
 
-       * window.c (Fset_window_start, window_scroll): renamed stray
+       * window.c (Fset_window_start, window_scroll): Renamed stray
        references to `redo_mode_line' to `update_mode_line'.
 
-       * xdisp.c (decode_mode_spec): renamed stray references to `bf_cur'
+       * xdisp.c (decode_mode_spec): Renamed stray references to `bf_cur'
        and `bf_modified' to `current_buffer' and `MODIFF'.
 
 1990-10-25  Jim Blandy  (address@hidden)
 
-       * environ.h: file created - contains declarations for users of the
+       * environ.h: File created - contains declarations for users of the
        environment variable list.
-       * callproc.c (environ): removed extern declaration of environ, and
+       * callproc.c (environ): Removed extern declaration of environ, and
        included environ.h.
 
 1990-10-24  Jim Blandy  (address@hidden)
 
-       * callproc.c (init_callproc): removed extern declaration of
+       * callproc.c (init_callproc): Removed extern declaration of
        environ - it's already taken care of at the top of the file.
 
-       * mocklisp.h: file created - externally declares certain
+       * mocklisp.h: File created - externally declares certain
        functions defined in mocklisp.c.
-       * lisp.h (Fread_buffer, Fread_key_sequence): added extern
+       * lisp.h (Fread_buffer, Fread_key_sequence): Added extern
        declarations for these functions.
-       * callint.c (ml_apply, Fread_buffer, Fread_key_sequence): removed
+       * callint.c (ml_apply, Fread_buffer, Fread_key_sequence): Removed
        extern declarations for these functions, included mocklisp.h.
        Moved external declaration of index to top of file.
 
@@ -12181,23 +12180,23 @@
 
 1990-10-23  Jim Blandy  (address@hidden)
 
-       * indent.h (last_known_column_point): added extern declaration for
+       * indent.h (last_known_column_point): Added extern declaration for
        this variable.
-       buffer.c (last_known_column_point): removed extern declaration for
+       * buffer.c (last_known_column_point): Removed extern declaration for
        this variable, included indent.h.
-       (Vprin1_to_string_buffer): removed extern declaration - it's
+       (Vprin1_to_string_buffer): Removed extern declaration - it's
        already in lisp.h.
 
-       * lisp.h (catchlist, backtrace_list, stack_bottom,
-       current_global_map): added extern declarations for these
+       * lisp.h (catchlist, backtrace_list, stack_bottom)
+       (current_global_map): Added extern declarations for these
        variables.
-       * alloc.c: removed external declarations for catchlist,
+       * alloc.c: Removed external declarations for catchlist,
        backtrace_list, and stack_bottom, since this file includes
        lisp.h.
-       * callint.c: (current_global_map): removed extern declaration.
+       * callint.c (current_global_map): Removed extern declaration.
 
-       * search.h: new file - declares searchbuf.
-       * dired.c (Fdirectory_files): removed extern declaration of
+       * search.h: New file - declares searchbuf.
+       * dired.c (Fdirectory_files): Removed extern declaration of
        searchbuf, included search.h.
 
        * Globally renamed `CHAR_AT_POSITION' to `FETCH_CHAR'.
@@ -12214,10 +12213,10 @@
 
 1990-10-22  Jim Blandy  (address@hidden)
 
-       * xdisp.c: added `extern' declaration for command_loop_level.
+       * xdisp.c: Added `extern' declaration for command_loop_level.
 
        * term.c (term_init): Internal cleanups.
-       (write_glyphs): renamed argument `start' to `string'.
+       (write_glyphs): Renamed argument `start' to `string'.
 
 1990-10-21  Richard Stallman  (address@hidden)
 
@@ -12244,7 +12243,7 @@
 
 1990-10-19  Jim Blandy  (address@hidden)
 
-       * scroll.c (do_scrolling): allocate queue using alloca instead
+       * scroll.c (do_scrolling): Allocate queue using alloca instead
        of variable-sized arrays.
 
 1990-10-19  Richard Stallman  (address@hidden)
@@ -12253,10 +12252,10 @@
 
 1990-10-18  Jim Blandy  (address@hidden)
 
-       * print.c (internal_with_output_to_temp_buffer): install an
+       * print.c (internal_with_output_to_temp_buffer): Install an
        unwind_protect to make sure the current buffer is restored.
 
-       * minibuf.c (read_minibuf): call recursive_edit_1 instead of
+       * minibuf.c (read_minibuf): Call recursive_edit_1 instead of
        Frecursive_edit, to support the new command_loop_level
        arrangement.
 
@@ -12266,7 +12265,7 @@
        * lread.c (openp): Since access returns 0 on success, change that
        into a 1 before returning it.
 
-       * lisp.h: deleted DEFSIMPLE and DEFPRED, since they're no
+       * lisp.h: Deleted DEFSIMPLE and DEFPRED, since they're no
        longer used.
 
 1990-10-18  Richard Stallman  (address@hidden)
@@ -12281,7 +12280,7 @@
 
 1990-10-18  Jim Blandy  (address@hidden)
 
-       * keymap.c (Flookup_key): rearranged to use an index into the key
+       * keymap.c (Flookup_key): Rearranged to use an index into the key
        sequence instead of a pointer and a level counter.
 
 1990-10-18  Richard Stallman  (address@hidden)
@@ -12297,7 +12296,7 @@
 
 1990-10-17  Jim Blandy  (address@hidden)
 
-       * keyboard.c (command_loop): made call to command_loop_2
+       * keyboard.c (command_loop): Made call to command_loop_2
        conditional on minibuf_level too (it used to be only conditional
        on command_loop_level), since this is what 18.56 and all the other
        functions in Emacs 19 keyboard.c do.
@@ -12321,7 +12320,7 @@
 
 1990-10-16  Jim Blandy  (address@hidden)
 
-       * indent.c (position_indentation): instead of using CharAt, use a
+       * indent.c (position_indentation): Instead of using CharAt, use a
        pointer to scan the buffer - this is faster.
 
        * emacs.c (Fdump_emacs): The conditional expression which passes
@@ -12351,10 +12350,10 @@
        * buffer.c (list_buffers_1): Select the buffer given in
        Vstandard_output using Fset_buffer instead of set_buffer_internal.
 
-       * buffer.c (set_buffer_internal): deleted variable swb - it's
+       * buffer.c (set_buffer_internal): Deleted variable swb - it's
        never used.
 
-       * buffer.c (count_modified_buffers): function deleted - it's
+       * buffer.c (count_modified_buffers): Function deleted - it's
        not used anymore.
 
 1990-10-11  Jim Blandy  (address@hidden)
@@ -12364,7 +12363,7 @@
        do not have a DEFVAR_PER_BUFFER, as described in the comments
        above buffer_local_flags.
 
-       * buffer.c (Fget_buffer_create): move initialization of
+       * buffer.c (Fget_buffer_create): Move initialization of
        b->save_length and b->last_window_start to reset_buffer.
 
 1990-10-11  Richard Stallman  (address@hidden)
@@ -12385,7 +12384,7 @@
 
 1990-10-10  Jim Blandy  (address@hidden)
 
-        * alloc.c (gc_sweep): only unchain markers that are in a buffer.
+       * alloc.c (gc_sweep): Only unchain markers that are in a buffer.
 
 1990-10-10  Mike Rowan  (address@hidden)
 
@@ -12394,11 +12393,11 @@
 
 1990-10-09  Jim Blandy  (address@hidden)
 
-       * xdist.c: (decode_mode_spec): reworked code to handle %* - it now
+       * xdist.c (decode_mode_spec): Reworked code to handle %* - it now
        goes like `if return else if return else ... return' instead of
        using a conditional operator.
 
-       * xdist.c: (fmodetrunc): function deleted - no longer used.
+       * xdist.c (fmodetrunc): Function deleted - no longer used.
 
 1990-10-09  Richard Stallman  (address@hidden)
 
@@ -12427,32 +12426,32 @@
 
 1990-10-06  Jim Blandy  (address@hidden)
 
-       * sysdep.c (tabs_safe_p, get_screen_size): renamed `sg' to `tty'.
+       * sysdep.c (tabs_safe_p, get_screen_size): Renamed `sg' to `tty'.
 
-       * sysdep.c (init_baud_rate): rearranged code for calculating
+       * sysdep.c (init_baud_rate): Rearranged code for calculating
        baud_rate.
 
 1990-10-05  Jim Blandy  (address@hidden)
 
-       * search.c (Freplace_match): used Finsert_buffer_substring instead
+       * search.c (Freplace_match): Used Finsert_buffer_substring instead
        of place and deleted place.
 
-       * search.c (place): function removed
+       * search.c (place): Function removed.
 
        * process.c (count_active_processes): Deleted; not used.
 
-       * minibuf.c (read_minibuf): renamed `prefix' argument to `initial'.
+       * minibuf.c (read_minibuf): Renamed `prefix' argument to `initial'.
 
 1990-10-01  Jim Blandy  (address@hidden)
 
-       * lread.c (Fload): renamed `MISSING-OK' to `NOERROR'.
+       * lread.c (Fload): Renamed `MISSING-OK' to `NOERROR'.
 
-       * keyboard.c (describe_map): renamed `keys' to `string'.
+       * keyboard.c (describe_map): Renamed `keys' to `string'.
 
        * keyboard.c `Vauto_save_interval' unrenamed back to
        `auto-save-interval'.
 
-       * keymap.c (Fdefine_key, Flookup_key): renamed arguments called
+       * keymap.c (Fdefine_key, Flookup_key): Renamed arguments called
        `keys' to `key'.
 
 1990-10-01  Richard Stallman  (address@hidden)
@@ -12479,20 +12478,20 @@
        * keyboard.c: `auto_save_interval' renamed to
        `Vauto_save_interval', since it *is* a lisp-accessible variable.
 
-       * fileio.c (Fdo_auto_save): call record_auto_save so that
+       * fileio.c (Fdo_auto_save): Call record_auto_save so that
        read_char knows when we've auto-saved.
 
-       * keyboard.c (record_auto_save): added function to support the new
+       * keyboard.c (record_auto_save): Added function to support the new
        auto-save conditions.
 
-       * keyboard.c (read_char): use num_input_chars and last_auto_save
+       * keyboard.c (read_char): Use num_input_chars and last_auto_save
        instead of keystrokes to decide when to autosave.
 
-       * keyboard.c (keystrokes): variable deleted.
+       * keyboard.c (keystrokes): Variable deleted.
 
 1990-09-30  Mike Rowan  (address@hidden)
 
-       * keyboard.c, alloc.c:  added malloc warning code from
+       * keyboard.c, alloc.c: Added malloc warning code from
        18.56.
 
        * dispnew.c, xdisp.c: (un)hold_window_change no longer exists;
@@ -12509,7 +12508,7 @@
 
        * lread.c (Fload): Warn if elc file older than source file.
 
-       * ymakefile (LIB_X11_LIB): New parameter,default -lX11.
+       * ymakefile (LIB_X11_LIB): New parameter, default -lX11.
        (LIBX): Use that.
 
        * Makefile (xmakefile): Delete junk.c at the beginning.
@@ -12529,49 +12528,49 @@
 
 1990-09-28  Jim Blandy  (address@hidden)
 
-       * fileio.c (Fwrite_region): renamed variable `fd' to `desc' and
+       * fileio.c (Fwrite_region): Renamed variable `fd' to `desc' and
        changed argument to open from `1' to `O_WRONLY'.
 
-       * fileio.c (O_WRONLY): added clause to define this if not already
+       * fileio.c (O_WRONLY): Added clause to define this if not already
        defined.
 
-       * emacs.c (Fdump_emacs): removed a_name variable.
+       * emacs.c (Fdump_emacs): Removed a_name variable.
 
-       * emacs.c (Fkill_emacs): removed code which asked about modified
+       * emacs.c (Fkill_emacs): Removed code which asked about modified
        buffers and running subprocesses.
 
-       * editfns.c (Fcurrent_time_string): renamed variable `now' to
+       * editfns.c (Fcurrent_time_string): Renamed variable `now' to
        `current_time'.
 
-       * dispnew.c (update_line): renamed variables `m1' and `m2' to
+       * dispnew.c (update_line): Renamed variables `m1' and `m2' to
        `begmatch' and `endmatch'.
 
-       * dispnew.c (update_screen): use preempt_count as a limit instead
+       * dispnew.c (update_screen): Use preempt_count as a limit instead
        of a counter; count with i instead.
 
-       * dispnew.c (visible_bell, inverse_video, baud_rate,
-       Vwindow_system): rearranged comments.
+       * dispnew.c (visible_bell, inverse_video, baud_rate)
+       (Vwindow_system): Rearranged comments.
 
 1990-09-27  Richard Stallman  (address@hidden)
 
        * emacs.c (main) : Set the DISPLAY environment value when both of
        MAINTAIN_ENVIRONMENT and HAVE_X_WINDOW are defined.
 
-       * m-convex.h (LIB_STANDARD, LIBS_MACHINE): remove these, they
+       * m-convex.h (LIB_STANDARD, LIBS_MACHINE): Remove these, they
        cause an unnecessary C1/C2 dependency.
 
-       * m-convex.h (LD_SWITCH_MACHINE): use -e__start to specify
+       * m-convex.h (LD_SWITCH_MACHINE): Use -e__start to specify
        where crt0.c begins.
 
-       * m-convex.h (HAVE_SETSID): define; must call setsid
+       * m-convex.h (HAVE_SETSID): Define; must call setsid
        when creating an inferior with a different controlling tty.
-       * process.c (create_process): rearrange so that HAVE_SETSID
+       * process.c (create_process): Rearrange so that HAVE_SETSID
        will be seen when not under USG.
 
-       * m-convex.h (S_IFMT etc): define in case of posix compilation.
+       * m-convex.h (S_IFMT etc): Define in case of posix compilation.
 
-       * m-convex.h (FIRST_PTY_LETTER): do it at runtime.
-       * unexconvex.c (first_pty_letter): routine to locate lowest pty.
+       * m-convex.h (FIRST_PTY_LETTER): Do it at runtime.
+       * unexconvex.c (first_pty_letter): Routine to locate lowest pty.
 
        * unexconvex.c: Rewrite so it can cope with thread-local sections.
 
@@ -12635,9 +12634,9 @@
 
 1990-09-03  Mike Rowan  (address@hidden)
 
-       * sysdep.c: added setup_pty from 18.56
+       * sysdep.c: Added setup_pty from 18.56
 
-       * process.c:  merged in 18.55->6 changes.  Same for process.h
+       * process.c: Merged in 18.55->6 changes.  Same for process.h
 
        globally replaced:
                   redisplay_preserving_echo_area -> 
redisplay_preserve_echo_area
@@ -12741,7 +12740,7 @@
        * xfns.c (x_y_pos): Nuked.  Replaced by pixel_to_char_translation
        and notice_mouse_movment (dispnew.c, xterm.c).
        (Fx_point_coordinates): Also nuked.
-       mouse_buffer_offset:  New lisp variable.
+       (mouse_buffer_offset): New lisp variable.
 
        * xterm.c (notice_mouse_movement): Use it in call to
        pixel_to_char_translation.
@@ -12781,7 +12780,7 @@
        * xfns.c (Fx_grab_pointer): Call XCreateFontCursor on shape,
        setting new variable grabbed_cursor.  Return Qt if successful,
        Qnil otherwise.
-       (Fx_ungrab_pointer): free grabbed_cursor if non zero.  Return Qnil.
+       (Fx_ungrab_pointer): Free grabbed_cursor if non zero.  Return Qnil.
 
 1990-08-10  Joseph Arceneaux  (address@hidden)
 
@@ -12802,7 +12801,7 @@
 
 1990-08-07  Joseph Arceneaux  (address@hidden)
 
-       * dispextern.h: element bufp of screen_glyphs no longer dependent
+       * dispextern.h: Element bufp of screen_glyphs no longer dependent
        on X windows.
        * xdisp.c (display_text_line): Likewise.
 
@@ -12845,7 +12844,7 @@
        leaving screen, as well as setting x_mouse_x = x_mouse_y = -1.
 
        * keyboard.c: Vmouse_window, Vmouse_event declared extern and no
-       longer DEFVARed:  they are already delclared in window.c
+       longer DEFVARed: they are already delclared in window.c.
 
        * screen.c (window_from_coordinates): Use Fnext_window, even if
        MULTI_SCREEN, to obtain the next window.  This is an test.
@@ -12869,7 +12868,7 @@
 
        * xterm.c (init_input_symbols):  Create all the Lisp symbols
        returned in the input stream.
-       func_key_syms:  New array to hold all symbols for function keys.
+       (func_key_syms): New array to hold all symbols for function keys.
        (x_func_key_to_sym): Use this array.
        (notice_mouse_movement): New function for dealing with motion
        events.
@@ -12939,8 +12938,8 @@
 
        * dispnew.c (safe_bcopy): No longer static.
 
-       * ralloc.c (relocate_blocs_upward, relocate_blocs_downward):  Use
-       safe_bcopy.
+       * ralloc.c (relocate_blocs_upward, relocate_blocs_downward):
+       Use safe_bcopy.
 
        * mem_limits.c:  typedef SIZE.
 
@@ -13026,7 +13025,7 @@
 
 1990-06-15  Joseph Arceneaux  (address@hidden)
 
-       * term.c: (cursor_to): Only add chars_wasted if not calling hook.
+       * term.c (cursor_to): Only add chars_wasted if not calling hook.
        (clear_end_of_line_raw): Likewise.
        (clear_end_of_line): Check that screen is termcap before using
        chars_wasted.
@@ -13074,8 +13073,8 @@
 
        * print.c (printchar, strout):  Use message_buf_size.  Convert to
        glyfs before assigning chars.
-       (str_to_glyph_cpy, str_to_glyph_ncpy,
-       glyph_to_str_cpy, glyph_to_str_ncpy):  New functions.
+       (str_to_glyph_cpy, str_to_glyph_ncpy)
+       (glyph_to_str_cpy, glyph_to_str_ncpy): New functions.
 
 1990-06-03  Joseph Arceneaux  (address@hidden)
 
@@ -13344,12 +13343,12 @@
 
 1990-05-10  Joseph Arceneaux  (address@hidden)
 
-       * dispextern.h: new struct screen_glyfs replaces struct
+       * dispextern.h: New struct screen_glyfs replaces struct
        display_line.
-       * screen.c: new screen elements current_glyfs, desired_glyfs, and
+       * screen.c: New screen elements current_glyfs, desired_glyfs, and
        temp_glyfs.
-       * dispnew.c: (make_screen_glyfs, free_screen_glyfs,
-       remake_screen_glyfs):  New functions.
+       * dispnew.c (make_screen_glyfs, free_screen_glyfs):
+       (remake_screen_glyfs): New functions.
        (make_display_lines, new_display_line, return_display_line):
        Functions deleted.
        (change_screen_size, init_display): Use the new functions.
@@ -13364,7 +13363,7 @@
        (line_hash_code, line_draw_cost): Cleaned up.
        Args are different, and hash computation too.
        (update_screen): Rearrange buffer-emptying code.
-       * xdisp.c: (display_minibuf_message, redisplay): Rewritten for new
+       * xdisp.c (display_minibuf_message, redisplay): Rewritten for new
        structures.
        (display_text_line, display_mode_line): Likewise.
        (display_mode_element, display_string): Likewise.
@@ -13403,8 +13402,7 @@
 
 1990-05-08  Joseph Arceneaux  (address@hidden)
 
-       * process.c (Fopen_network_stream):  Also handle numeric inet
-       addresses.
+       * process.c (Fopen_network_stream): Also handle numeric inet addresses.
 
 1990-05-06  Joseph Arceneaux  (address@hidden)
 
@@ -13466,9 +13464,9 @@
         * buffer.h:  New macro R_ALLOC_SET_BUFFER for declaring all the
        text pointers of a buffer to the relocating allocator.
        * buffer.c (Fbury_buffer, SetBfx, SetBfp): Use the macro.
-       * editfns.c (Finsert_buffer_substring):  ditto.
-       * fileio.c (Fdo_auto_save): ditto.
-       * insdel.c (make_gap): ditto.
+       * editfns.c (Finsert_buffer_substring): Ditto.
+       * fileio.c (Fdo_auto_save): Ditto.
+       * insdel.c (make_gap): Ditto.
        * xfns.c (adjust_scrollbars): Don't set bf_cur->text.
 
 1990-04-26  Joseph Arceneaux  (address@hidden)
@@ -13533,8 +13531,7 @@
 
 1990-04-06  Joseph Arceneaux  (address@hidden)
 
-       * screen.c (coordinates_in_window):  Return -1 if in modeline of
-       window.
+       * screen.c (coordinates_in_window): Return -1 if in modeline of window.
        (Fcoordinates_in_window_p):  Return Qt if in modeline of window.
        (Flocate_window_from_coordinates):  Use next_screen_window if
        MULTI_WINDOW is defined.
@@ -13584,7 +13581,7 @@
        (Fdisplay_buffer):  Use the new param in Fget_lru_window,
        Fget_buffer_window, and Fget_largest_window.
        (Fscroll_other_window):  Use new param in Fget_buffer_window.
-       * buffer.c (Fother_buffer): ditto.
+       * buffer.c (Fother_buffer): Ditto.
 
        * xterm.c (x_display_cursor):  Always draw the cursor if ON is
        true.  Don't check if the screen S is selected or equal to
@@ -13680,7 +13677,7 @@
 
        * screen.h:  New macro SCREENP.
 
-       * window.c: (Fminibuffer_window):  Rewritten.
+       * window.c (Fminibuffer_window): Rewritten.
 
 1990-03-19  Richard Stallman  (address@hidden)
 
@@ -13729,12 +13726,11 @@
        * xfns.c (x11_encode_mouse_button):  Nuked.
        (encode_mouse_button, Fx_mouse_events, Fx_get_mouse_event): #if 0'd.
 
-       * keyboard.c (get_char):  Re-set obj if we've keyboard-translated
-       c.
+       * keyboard.c (get_char): Re-set obj if we've keyboard-translated c.
 
 1990-03-08  Joseph Arceneaux  (address@hidden)
 
-       * xterm.c (x_focus_screen): no longer static.
+       * xterm.c (x_focus_screen): No longer static.
        (x_error_handler):  Use XDefaultIOError.
 
        * screen.c (Ffocus_screen):  New subr, removed Fscreen_has_focus.
@@ -13783,7 +13779,7 @@
        * eval.c: If using X windows, include xterm.h.
        (error):  TOTALLY_UNBLOCK_INPUT if using X.
 
-       * xterm.h: BLOCK_INPUT, UNBLOCK_INPUT:  No signal stuff, just inc
+       * xterm.h (BLOCK_INPUT, UNBLOCK_INPUT): No signal stuff, just inc
        and decrement x_input_blocked.
 
        * xfns.c (adjust_scrollbars):  Don't BLOCK_INPUT.
@@ -13919,7 +13915,7 @@
 
 1990-02-14  Joseph Arceneaux  (address@hidden)
 
-       * keyboard.c (read_avail_input): pass read_socket_hook
+       * keyboard.c (read_avail_input): Pass read_socket_hook
        KBD_BUFFER_SIZE rather than doing sizeof (buf).
 
        * xterm.c (XTread_socket): Set event.type = MotionNotify when
@@ -13927,10 +13923,10 @@
 
 1990-02-13  Joseph Arceneaux  (address@hidden)
 
-       * window.c (next_screen, prev_screen): moved to screen.c
+       * window.c (next_screen, prev_screen): Moved to screen.c.
        (Fnext_window): If mini non-nil, count the separate minibuffer
        screen.
-       * screen.c (Fnext_screen): new subr.
+       * screen.c (Fnext_screen): New subr.
 
 1990-02-12  Richard Stallman  (address@hidden)
 
@@ -13964,7 +13960,7 @@
        Also, just use nil and t for x-mouse-grabbed.  Record buttons
        pressed in new variable x_mouse_grabbed.  XGrabPointer on button
        depression.
-       * xfns.c (Fx_horizontal_line): use x_mouse_grabbed.
+       * xfns.c (Fx_horizontal_line): Use x_mouse_grabbed.
 
 1990-02-07  Joseph Arceneaux  (address@hidden)
 
@@ -14014,7 +14010,7 @@
 
 1990-01-28  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c (Fx_track_pointer): rewrote this to loop while there are
+       * xfns.c (Fx_track_pointer): Rewrote this to loop while there are
        mouse events.
 
        * xterm.c (XTread_socket): Return left-window-event symbol upon
@@ -14140,7 +14136,7 @@
        (XTflash): Just dumpglyfs instead of redrawing the
        screen after flashing the rectangle.
 
-       * lread.c: (syms_of_lread): defsubr Fread_event.
+       * lread.c (syms_of_lread): defsubr Fread_event.
 
 1990-01-04  Richard Stallman  (address@hidden)
 
@@ -14281,7 +14277,7 @@
        * xfns.c (Fx_track_pointer): Draw half-sized rectangles for '\n'.
        (x_rectangle): Draw half-size if negative argument.
 
-       * xterm.c (XTread_socket): abort if garbage collecting when doing
+       * xterm.c (XTread_socket): Abort if garbage collecting when doing
        mouse events.
 
        * ymakefile: #define FLOATSUP if LISP_FLOAT_TYPE defined.
@@ -14380,7 +14376,7 @@
 
 1989-11-14  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c (Fx_get_selection, x_selection_arrival): use &event
+       * xfns.c (Fx_get_selection, x_selection_arrival): Use &event
        instead of event.
        (x_selection_arrival): For incremental selections, loop on
        XGetWindowProperty if one is not enough.
@@ -14399,7 +14395,7 @@
 
 1989-11-08  Joseph Arceneaux  (address@hidden)
 
-       * search.c (Fmatch_data): fixed typo.
+       * search.c (Fmatch_data): Fixed typo.
 
        * insdel.c (make_gap): Use BUFFER_REALLOC instead of realloc.
        * buffer.c (Fget_buffer_create): Use new define BUFFER_ALLOC in
@@ -14472,13 +14468,13 @@
        * lread.c: Moved function read_escape.
        * unexec.c: Declarations for make_hdr, copy_text_and_data,
        copy_sym.  Declare mark_x as static void.
-       * dispextern.h: removed declaration of new_display_line.
+       * dispextern.h: Removed declaration of new_display_line.
 
        * emacs.c: Do malloc_init if GNU_MALLOC.
-       * gmalloc.c: (malloc_init): New function.
+       * gmalloc.c (malloc_init): New function.
 
-       * xfns.c (x_rectangle, Fx_draw_rectangle, Fx_erase_rectangle,
-       outline_region, Fx_countour_region, Fx_uncontour_region): New
+       * xfns.c (x_rectangle, Fx_draw_rectangle, Fx_erase_rectangle)
+       (outline_region, Fx_countour_region, Fx_uncontour_region): New
        subroutines for drawing rectangles and things.
        (Fx_point_coordinates): New subr.
 
@@ -14547,7 +14543,7 @@
 
        * xfns.c (Fx_own_selection): Use second parameter SCREEN.
 
-       * xdisp.c: (message, message1): No longer displays messages
+       * xdisp.c (message, message1): No longer displays messages
        when using X but not yet mapped.
 
 1989-10-18  Richard Stallman  (address@hidden)
@@ -14599,7 +14595,7 @@
 
 1989-10-11  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c: (Fx_open_connection) New X atoms Xatom_incremental and
+       * xfns.c (Fx_open_connection) New X atoms Xatom_incremental and
        Xatom_multiple.
 
        * xterm.h: New macros MAX_SELECTION and SELECTION_LENGTH.
@@ -14617,8 +14613,7 @@
 
        * xfns.c (Fx_open_connection): Make all X Atoms here.
 
-       * xterm.c: (x_iconify_screen):
-       (x_iconify_screen): Cleaned up this code.
+       * xterm.c (x_iconify_screen): Cleaned up this code.
        (x_term_init): Removed warpmouseondeiconify stuff.
 
 1989-10-09  Joseph Arceneaux  (address@hidden)
@@ -14664,8 +14659,8 @@
        MapNotify event.
 
        * xterm.c: No longer sets the variable mouse_down_timestamp.
-       * xfns.c: (Fx_get_mouse_event) mouse_timestamp
-        (formerly mouse_down_timestamp) set here.  Also, mask out upper 9
+       * xfns.c (Fx_get_mouse_event): mouse_timestamp (formerly
+       mouse_down_timestamp) set here.  Also, mask out upper 9
         bits before doing XSET.
 
 1989-09-28  Joseph Arceneaux  (address@hidden)
@@ -14681,12 +14676,10 @@
 
 1989-09-27  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c (Fx_own_selection):
-        (Fx_get_selection):
-        (x_disown_selection): new funcs, which use new variables
-        Vx_selection_value, x_begin_selection_own, mouse_down_timestamp,
-        requestor_time, requestor_window, property_name, and
-        x_begin_selection_own.
+       * xfns.c (Fx_own_selection, Fx_get_selection, x_disown_selection):
+       New funcs, which use new variables Vx_selection_value,
+       x_begin_selection_own, mouse_down_timestamp, requestor_time,
+       requestor_window, property_name, and x_begin_selection_own.
 
        * xterm.c (XTread_socket): Only do stuff if s for FocusOut under X11.
        SelectionClear:
@@ -14734,11 +14727,11 @@
 
 1989-09-11  Joseph Arceneaux  (address@hidden)
 
-       * fileio.c (Fwrite_region): fixed typo.
+       * fileio.c (Fwrite_region): Fixed typo.
 
-       * keyboard.c (Fdiscard_input): fixed typo.
+       * keyboard.c (Fdiscard_input): Fixed typo.
 
-       * window.c (Fnext_window): fixed typos.
+       * window.c (Fnext_window): Fixed typos.
 
        * alloc.c (xmalloc, xrealloc): hold_window_changes whilst doing
        the associated operations.
@@ -14995,7 +14988,7 @@
 
        (x_set_horizontal_scrollbar): Likewise.
 
-       * xterm.c: (x_set_window_size): Don't call the things called
+       * xterm.c (x_set_window_size): Don't call the things called
        anyway upon the ConfigureNotify event.
        (x_set_offset): Use the screen-size lisp variables for these
        calculations.
@@ -15082,15 +15075,15 @@
        * eval.c (Ffuncall): Handle 6 arguments.  Also, print a nice error
        message if there are more than 6 args.
 
-       * fns.c: (Fyes-or-no-p):
-       * minibuf.c: (read_minibuf_unwind):
+       * fns.c (Fyes-or-no-p):
+       * minibuf.c (read_minibuf_unwind):
        (Fread_minibuffer):
        (Fread_no_blanks_input):
        (Fcompleting_read): Extra arg to read_minibuf.
 
        * callint.c (Fcall_interactively):
        * keyboard.c (Fexecute_extended_command):
-       * minibuf.c: (Fread_command):
+       * minibuf.c (Fread_command):
        (Fread_function):
        (Fread_variable):
        (Fread_buffer): Extra arg to Fcompleting_read.
@@ -15100,14 +15093,14 @@
        * minibuf.c (read_minibuf): New argument back_n is number of
        characters to back-up point by.
        (Fcompleting_read): Same.
-       * fileio.c: (Fnew_read_file_name): New version of Fread_file_name
+       * fileio.c (Fnew_read_file_name): New version of Fread_file_name
        using the above features.
        (Finsert_file_contents): Check for negative file length.
 
 1989-07-03  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c: (x_pixel_width, x_pixel_height) New functions.
-       * screen.c: (Fscreen_pixel_size): New subr.
+       * xfns.c (x_pixel_width, x_pixel_height) New functions.
+       * screen.c (Fscreen_pixel_size): New subr.
 
 1989-06-30  Joseph Arceneaux  (address@hidden)
 
@@ -15123,8 +15116,8 @@
 
 1989-06-27  Joseph Arceneaux  (address@hidden)
 
-       * screen.c: (Fselect_screen)
-       * window.c: (Fselect_window) The previous strategy was bugging the
+       * screen.c (Fselect_screen):
+       * window.c (Fselect_window): The previous strategy was bugging the
        lisp stuff, so these are now rewritten.
 
 1989-06-26  Joseph Arceneaux  (address@hidden)
@@ -15241,11 +15234,11 @@
 
 1989-06-09  Joseph Arceneaux  (address@hidden)
 
-       * window.c: initialize auto_new_screen to 0 (nil).
+       * window.c: Initialize auto_new_screen to 0 (nil).
 
-       * screen.c (make_screen): added auto_lower to the list of screen
+       * screen.c (make_screen): Added auto_lower to the list of screen
        elements initialized.
-       (make_minibuffer_screen): likewise.
+       (make_minibuffer_screen): Likewise.
 
 1989-06-08  Richard Stallman  (address@hidden)
 
@@ -15263,7 +15256,7 @@
 
 1989-06-08  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c: removed superfluous definition of gray_bits.
+       * xfns.c: Removed superfluous definition of gray_bits.
 
 1989-06-07  Richard Stallman  (address@hidden)
 
@@ -15318,7 +15311,7 @@
 
 1989-05-29  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c: (Fx_create_screen): If parms is nil and
+       * xfns.c (Fx_create_screen): If parms is nil and
        Vx_screen_defaults isn't, then use them.
        (Fdisplay_buffer): Call Fx_create_screen with Qnil.
 
@@ -15367,12 +15360,12 @@
 1989-05-19  Joseph Arceneaux  (address@hidden)
 
        * xterm.c (x_new_selected_screen):  This now takes a struct screen
-       pointer as paramter.
-       * (XTread_socket): call x_new_selected_screen *before* dumpborder.
+       pointer as parameter.
+       (XTread_socket): Call x_new_selected_screen *before* dumpborder.
 
 1989-05-16  Joseph Arceneaux  (address@hidden)
 
-       * xfns.c: (x_window_to_scrollbar): If the caller's not interested
+       * xfns.c (x_window_to_scrollbar): If the caller's not interested
        in the names--passing 0 for last two parameters--just return the
        screen pointer.
 
@@ -15388,7 +15381,7 @@
 
 1989-05-16  Joseph Arceneaux  (address@hidden)
 
-       * xterm.c: (x_new_selected_screen): Don't call Fselect_screen.
+       * xterm.c (x_new_selected_screen): Don't call Fselect_screen.
        Just do everything here.
 
        * window.c (Fselect_window): If the screen associated with the
@@ -15568,7 +15561,7 @@
 1989-05-03  Joe Arceneaux  (address@hidden)
 
        * xterm.c (x_draw_box):  Use the cursor_gc.
-       * xfns.c: (x_set_cursor_color, x_create_screen): Do a better job
+       * xfns.c (x_set_cursor_color, x_create_screen): Do a better job
        with cursor colors, and use 0 line width for the cursor_gc.
 
 1989-05-02  Richard Stallman  (address@hidden)
@@ -15581,8 +15574,8 @@
        Handle fcns of type Lisp_Compiled.
        (Fcommandp, Fapply): Avoid directly nested ifs.
        * print.c (print): Handle Lisp_Compiled objects.
-       * callint.c (Fcall_interactively): likewise.
-       * doc.c (Fdocumentation): likewise.
+       * callint.c (Fcall_interactively): Likewise.
+       * doc.c (Fdocumentation): Likewise.
 
        * keyboard.c (Fopen_dribble_file): nil as arg means close it.
 
@@ -15727,10 +15720,10 @@
 
 1989-04-20  Richard Stallman  (address@hidden)
 
-       * window.c: rename Vauto_new_screen_hook, Vdisplay_buffer_hook, and
+       * window.c: Rename Vauto_new_screen_hook, Vdisplay_buffer_hook, and
        Vtemp_buffer_show_hook to ..._function.
 
-       * keyboard.c: rename mouse_hook to mouse_event_function.
+       * keyboard.c: Rename mouse_hook to mouse_event_function.
 
        * buffer.c, buffer.h, cmds.c: blink-paren-hook and auto-fill-hook
        renamed to -function.
@@ -15761,7 +15754,7 @@
 
 1989-04-12  Richard Stallman  (address@hidden)
 
-       * window.c (Fdelete_other_windows): recenter window to avoid scrolling.
+       * window.c (Fdelete_other_windows): Recenter window to avoid scrolling.
 
 1989-04-11  Richard Stallman  (address@hidden)
 
@@ -15785,14 +15778,14 @@
 
        * fns.c (Fload_average): nlist data structure is funny on convex.
 
-       * window.c (scroll_command): scroll at least 1 line in specd direction.
+       * window.c (scroll_command): Scroll at least 1 line in specd direction.
 
        * cm.c (calccost): NTABS was off by 1 sometimes; take account of
        the starting position modulo 8.
 
        * fileio.c (Fexpand_file_name): Don't simplify /../ at start of name.
 
-       * callint.c: doc fixes.
+       * callint.c: Doc fixes.
 
        * process.c (create_process):
        On all USG systems, not just IRIS and AIX, don't pre-open pty's tty.
@@ -15818,7 +15811,7 @@
 
 1989-04-01  Richard Stallman  (address@hidden)
 
-       * process.c (Fopen_network_stream): close desc. if connect fails.
+       * process.c (Fopen_network_stream): Close desc. if connect fails.
 
 1989-03-31  Richard Stallman  (address@hidden)
 
@@ -15919,7 +15912,7 @@
        (dumpglyfs) [X11]: Changed args to XDrawImageString.
        If debugging, do XFlushQueue.
        Use screen's face_gc rather than old global one.
-       (XTflash) [not BSD]: avoid `struct itimerval'; use `alarm'.
+       (XTflash) [not BSD]: Avoid `struct itimerval'; use `alarm'.
        (events): New table of event type names.
        (XTread_socket): EVENT is now an XEvent even on x10.
        Translate modifier key 1 into meta-bit.
@@ -15932,7 +15925,7 @@
        (x_display_cursor): dumpglyfs args changed.
        (x_draw_box): Add GC arg to XDrawRectangle; change other args.
        (clear_cursor): Change args to XClearArea.
-       (dumpborder): check x_input_screen, not selected_screen.
+       (dumpborder): Check x_input_screen, not selected_screen.
        (x_text_icon): For X11, new arg to XGetDefault.
        Cast values stored in icon_label.
        (x_term_init): Hair to calculate name for icon.
@@ -16003,10 +15996,10 @@
        This may avoid the X loop-on-logout bug.
 
        * process.c (wait_reading_process_input): Flush fix_screen_hook.
-       * termhooks.h, term.c: likewise.
+       * termhooks.h, term.c: Likewise.
 
        * xdisp.c (Fredraw_display): Don't do set_terminal_modes.
-       * dispnew.c (Fredraw_screen): likewise.
+       * dispnew.c (Fredraw_screen): Likewise.
 
        * eval.c (Fcond): If no args, return nil.
 
@@ -16032,7 +16025,7 @@
        Arg EXPECTED is passed to read_socket_hook.
        (input_available_signal): Use read_avail_input.
        (gobble_input): Use read_avail_input; arg EXPECTED passed along.
-       (get_input_pending): let gobble_input do the work.
+       (get_input_pending): Let gobble_input do the work.
 
        VMS keyboard input should have interrupt_input nonzero.
        * keyboard.c (Fset_input_mode, init_keyboard): [VMS] Always set
@@ -16062,7 +16055,7 @@
        (num_input_keys): New Lisp variable.
 
        * m/m-gould.h, m/m-ibmrt-aix.h, m/m-sequent.h, m/m-sparc.h,
-       m/m-sun3.h, m/m-symmetry.h: Define A_TEXT_SEEK.
+       * m/m-sun3.h, m/m-symmetry.h: Define A_TEXT_SEEK.
        * unexec.c (copy_text_and_data): Don't check A_TEXT_OFFSET,
        just A_TEXT_SEEK.
        * unexconvex.c: Likewise.
@@ -16084,7 +16077,7 @@
 
 1989-01-11  Richard Stallman  (address@hidden)
 
-       * dispnew.c (init_display): don't handle SIGWINCH if using X.
+       * dispnew.c (init_display): Don't handle SIGWINCH if using X.
 
        * fileio.c (Fdo_auto_save): If file has shrunk, turn off auto-save.
        This avoids duplicate messages and allows M-x auto-save to turn it on.
@@ -16193,7 +16186,7 @@
        * indent.c (Fmove_to_column): 2nd arg t means indent till spec'd column
        or change tab to spaces if necessary.
 
-       * m/m-iris4d.h: (conditionally) delete DEFAULT_ENTRY_ADDRESS
+       * m/m-iris4d.h: (Conditionally) delete DEFAULT_ENTRY_ADDRESS
        and change START_FILES and LIB_STANDARD.
 
        * s/s-iris3-6.h: Define sigblock as no-op.
@@ -16259,7 +16252,7 @@
 
        * lread.c (read_escape): Support ANSI C `\x...' hex escapes.
 
-       * bytecode.c (Fbyte_code): fix jump operators for change in `pc'.
+       * bytecode.c (Fbyte_code): Fix jump operators for change in `pc'.
 
 1988-12-21  Joe Arceneaux  (address@hidden)
 
@@ -16284,8 +16277,8 @@
 
 1988-12-16  Joe Arceneaux  (address@hidden)
 
-       * sink.h,sinkmask.h: Same file now works for both X10 and X11.
-       * xterm.c,xfns.c (x_text_icon) Can now take new name as parameter.
+       * sink.h, sinkmask.h: Same file now works for both X10 and X11.
+       * xterm.c, xfns.c (x_text_icon) Can now take new name as parameter.
 
 1988-12-16  Richard Stallman  (address@hidden)
 
@@ -16301,7 +16294,7 @@
 1988-12-14  Joe Arceneaux  (address@hidden)
 
        * xfns.c: Made the first cut for X11 version.
-       * xterm.c: (x_reset_cursor) Did the X11 version.
+       * xterm.c (x_reset_cursor): Did the X11 version.
 
 1988-12-14  Richard Stallman  (address@hidden)
 
@@ -16363,7 +16356,7 @@
        * ymakefile (THIS_IS_YMAKEFILE): Define macro to tell m- files
        to do special things.
 
-       * m/m-ns16000.h: (LOAD_AVE_TYPE, etc.): Don't define them if USG.
+       * m/m-ns16000.h (LOAD_AVE_TYPE, etc.): Don't define them if USG.
        * m/m-ns16000.h [USG]: Define various macros differently.
        (address@hidden).
 
@@ -16436,7 +16429,7 @@
 1988-09-30  Richard Stallman  (address@hidden)
 
        * editfns.c (Fformat): Allow nulls in the format.
-       * doprnt.c (doprnt): likewise.  End of format string is new arg.
+       * doprnt.c (doprnt): Likewise.  End of format string is new arg.
 
 1988-09-28  Richard Stallman  (address@hidden)
 
@@ -16474,7 +16467,7 @@
 
        * process.c (child_sig): If synch process terminates, clear
        synch_process_pid and record synch_process_death.
-       * callproc.c (Fcall_process): return synch_process_death.
+       * callproc.c (Fcall_process): Return synch_process_death.
        Always set synch_process_pid and do it with SIGCHLD masked off.
        * sysdep.c (wait_for_termination) [subprocesses and not VMS]:
        Use alarms to check every second whether synch_process_pid is 0.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]