X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/615a3b8d0d2c88cd664f1e0beb5a32b5b8e08f90..a7fecaa0c5f8247c3b3747506201ec2a2ecbe292:/src/ChangeLog.3 diff --git a/src/ChangeLog.3 b/src/ChangeLog.3 index fb3ec17205..1a2763f8ff 100644 --- a/src/ChangeLog.3 +++ b/src/ChangeLog.3 @@ -3271,7 +3271,7 @@ [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 @@ -6089,7 +6089,7 @@ 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 @@ -11154,7 +11154,7 @@ (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. @@ -12845,8 +12845,8 @@ 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, @@ -14880,7 +14880,7 @@ 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) @@ -15447,7 +15447,7 @@ * 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-2011 Free Software Foundation, Inc. + Copyright (C) 1993, 2001-2014 Free Software Foundation, Inc. This file is part of GNU Emacs.