]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.3
Document Image Mode's new animation features.
[gnu-emacs] / src / ChangeLog.3
index fb3ec1720559dc0243ff72e20e3d02007bf4a65e..1a2763f8ff84636350f8a5868550d7a2e0ad3f78 100644 (file)
        [not HAVE_X11] (x_set_border_pixel): Use gray_width and
        gray_height, instead of assuming that the bitmap is 16x16.
        (x_make_gc): Instead of creating a pixmap and then calling
-       XPutImage to make it into a grey stipple, just call
+       XPutImage to make it into a gray stipple, just call
        XCreatePixmapFromBitmapData to do it all at once.
 
        * xterm.c (x_text_icon): Move the request for font information
        shrink below the minimum, this code would only try to delete it if
        it had a parent.  Well, even if the window doesn't have a parent,
        you want Fdelete_window to signal an error, since you're trying to
-       resize one of the undeleteable windows into nothingness.  So call
+       resize one of the undeletable windows into nothingness.  So call
        Fdelete_window even if the window doesn't have a parent.
 
        * window.c (MINSIZE): Add kludge so that the minibuffer is always
        (classify_object): Removed code to look up a function key in the
        global and local function key keymaps, since this will be done
        more generally.
-       (Fexecute_mouse_event): Elided this function with a #if 0;  I
+       (Fexecute_mouse_event): Elided this function with a #if 0; I
        think it will go away once the more general keymap stuff is
        implemented, but I'm not sure.
        (syms_of_keyboard): Removed defsubr for Sexecute_mouse_event.
        longer DEFVARed: they are already declared in window.c.
 
        * screen.c (window_from_coordinates): Use Fnext_window, even if
-       MULTI_SCREEN, to obtain the next window.  This is an test.
-       Also, new paramater part returns text or modeline symbol.
+       MULTI_SCREEN, to obtain the next window.  This is a test.
+       Also, new parameter part returns text or modeline symbol.
        (Flocate_window_from_coordinates): Pass &part to
        window_from_coordinates.
        (coordinates_in_window): Don't say modeline if window_height is 1,
 
 1989-08-09  Joseph Arceneaux  (jla@spiff)
 
-       * ../oldXMenu/Makefile: Removed all the unneccessary X stuff.
+       * ../oldXMenu/Makefile: Removed all the unnecessary X stuff.
 
 1989-08-07  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
 
        * xterm.c (XTread_socket_hook): For X11, on map and unmap events
        check the window manager hints for iconification status.
 
-       * xterm.c (x_make_widow_icon): For X11, just request
+       * xterm.c (x_make_window_icon): For X11, just request
        iconification of the window manager.
 
 1989-05-08  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
@@ -16507,7 +16507,7 @@ See ChangeLog.2 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993, 2001-201 Free Software Foundation, Inc.
+  Copyright (C) 1993, 2001-2014 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.