Fix typos.
[bpt/emacs.git] / src / ChangeLog.3
index 5b5624e..cdfe63f 100644 (file)
        invalid overlay.
        (syms_of_buffer): defsubr Soverlayp; initialize Qoverlayp.
        (Fdelete_overlay): Set the overlay's markers to point nowhere.
-       Use CHECK_OVERLAY instead of signalling a special error.
+       Use CHECK_OVERLAY instead of signaling a special error.
        (Fmove_overlay, Foverlay_put): Use CHECK_OVERLAY instead of
-       signalling a special error.
+       signaling a special error.
        (Foverlay_get): Use CHECK_OVERLAY.
        * fns.c (internal_equal): Define this for overlays.
        * buffer.h (OVERLAY_VALID): Define in terms of OVERLAYP.
        New struct face with associated typedef FACE declared, along with
        accessing macros.
 
-       * scroll.c (do_scrolling): Don't bcopy non-existant `nruns' or
+       * scroll.c (do_scrolling): Don't bcopy non-existent `nruns' or
        `face_list' elements.  Do copy new `max_ascent' frame element.
 
        * dispnew.c (scroll_frame_lines): All references to frame elements
        Change mouse movement events to be arranged like click events.
        (format_modifiers): Note that the click modifier has no
        written representation.
-       (modifier_names, modifer_symbols): New variables, used to
+       (modifier_names, modifier_symbols): New variables, used to
        create the Qevent_symbol_elements property.
        (modify_event_symbol): Change the format of the modified
        symbol cache; there are too many modifier bits now to use a
        Document the format of the cache.
        Put the Qevent_symbol_elements property on each new symbol,
        instead of a Qevent_unmodified property.
-       (symbols_of_keyboard): Put Qevent_symbol_elements properties on
-       the symbols specified in head_table, not Qevent_unmodifed properties.
+       (symbols_of_keyboard): Put Qevent_symbol_elements properties on the
+       symbols specified in head_table, not Qevent_unmodified properties.
        Initialize and staticpro modifier_symbols, and staticpro the
        window elements of button_down_location.
 
        h->poll_suppress_count.
 
        * eval.c (Fsignal): It's okay for the debugger to return to the
-       caller if the caller was signalling a quit.
+       caller if the caller was signaling a quit.
 
        * eval.c (unbind_catch): Restore the polling suppression count
        here, instead of in Fsignal and Fthrow.
        * editfns.c (Fcurrent_time_zone): New function.
        (syms_of_editfns): defsubr it.
 
-       * keyboard.c (read_key_sequence): Clear the eight bit of the
+       * keyboard.c (read_key_sequence): Clear the eighth bit of the
        character from the key sequence, NOT the index of the character IN
        the key sequence.  How many tries will it take to get it right?
 
 
        * keyboard.c (Qvertical_split): Renamed to `vertical-line',
        since the window arrangement is actually referred to as a
-       `horizontal split.'
+       `horizontal split'.
        (make_lispy_event, make_lispy_movement, syms_of_keyboard): Uses
        renamed here.
        * keyboard.h (Qvertical_split): Extern declaration changed here.
        * fileio.c: There are two versions of Fexpand_file_name defined
        here; the latter is inside a `#if 0' clause.  Change its DEFUN to
        a DEAFUN, so that its docstring doesn't make it into the DOC file
-       and supercede the real docstring.
+       and supersede the real docstring.
 
        * callint.c (Fcall_interactively): For the 'K' interactive spec,
        set varies[i] to -1, indicating that the mouse click should be
        (init_x_parm_symbols, x_set_screen_param): Use x_screen_parms
        instead of a large switch statement.
        (x_figure_window_size): Make the default case of the switch call
-       abort instead of signalling an error, since window_prompting's
+       abort instead of signaling an error, since window_prompting's
        value is internally generated.
 
 1991-05-01  Jim Blandy  (jimb@churchy.gnu.ai.mit.edu)
        wait_reading_process_input, instead of just the first two.
 
        * process.c (wait_reading_process_input): Remove support for
-       only waiting for mouse input, since that has been superceded.
+       only waiting for mouse input, since that has been superseded.
        This removes X dependencies from process.c, and eliminates some
        references to code that should only exist when using X10.
 
        events to send the function key number instead of a symbol.
        * keyboard.c (modify_event_symbol): Re-arranged to work well
        with function key/mouse button numbers instead of symbols.
-       And if (MODIFIERS & up_modifer), prepend "U-" to the name of the
+       And if (MODIFIERS & up_modifier), prepend "U-" to the name of the
        symbol being constructed.
        (make_lispy_event): Use the new modify_event_symbol.
 
 
        * minibuf.c (temp_echo_area_glyphs): Clear echo_area_glyphs and
        previous_echo_glyphs, so the message we're displaying will
-       supercede any existing message.
+       supersede any existing message.
 
        * keyboard.c: Removed external declaration of echo_area_glyphs,
        since it's declared in window.h.
 
        * xdisp.c (display_mode_line): Set desired_glyphs->bufp to 0 for
        mode line.
-       All occurences of struct screen * replaced with SCREEN_PTR.
+       All occurrences of struct screen * replaced with SCREEN_PTR.
 
 1990-08-13  Joseph Arceneaux  (jla@churchy.ai.mit.edu)
 
 
        * macros.c (Fstart_kbd_macro): Local cleanup.
 
-       * minibuf.c (read_minibuf): No more delcaration of
+       * minibuf.c (read_minibuf): No more declaration of
        Frestore_screen_configuration.
 
        * search.c (Fregexp_quote): Simplified.
 1989-12-14  Joseph Arceneaux  (jla@spiff)
 
        * xfns.c: New variable Vx_no_window_manager.
-        (Fx_track_pointer): If bufp < 0, abort.
+       (Fx_track_pointer): If bufp < 0, abort.
 
        * xterm.c (XTread_socket): When leaving window, set x_mouse_x and
        x_mouse_y to -1.
 
 1989-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
 
-       * fileio.c (barf_or_query_if_file_exists): When signalling,
+       * fileio.c (barf_or_query_if_file_exists): When signaling,
        provide the expected args for a file-error.
 
 1989-08-06  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
        * xfns.c (Fx_create_screen): If user has specified
        `x-iconic-startup' then start emacs in iconic form.
        Look for icon position in `icon-left' and `icon-top', or use
-       window postion.
+       window position.
 
        * xterm.c (x_term_init): If server doesn't respond, use fatal
        instead of error.  Also tell user about -d option.
@@ -16507,8 +16507,7 @@ See ChangeLog.2 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1993, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
-       Free Software Foundation, Inc.
+  Copyright (C) 1993, 2001-2011  Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.
 
@@ -16524,5 +16523,3 @@ See ChangeLog.2 for earlier changes.
 
   You should have received a copy of the GNU General Public License
   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 136a8e5c-4f83-403b-9132-874f1c47f8a9