* buffer.c (struct sortstr.size, record_overlay_string): Don't truncate size to int.
[bpt/emacs.git] / src / ChangeLog.3
index e3c5ab7..beb7a0a 100644 (file)
        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.
 
        * 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
        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.
@@ -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, 2009, 2010
-       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