]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.3
* test/lisp/help-fns-tests.el: Add several tests for 'describe-function'.
[gnu-emacs] / src / ChangeLog.3
index beb7a0a2ae16548651b2cfe6f44549b7e8594510..a62aee7517b903a61e991bfbc7afa4891fb47964 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.
        * keymap.c (current_minor_maps): BLOCK_INPUT while calling realloc
        and malloc.
        * search.c: Since the regexp routines can malloc, BLOCK_INPUT
-       while runing them.  #include blockinput.h.
+       while running them.  #include blockinput.h.
        * sysdep.c: #include blockinput.h.  Call xfree and xmalloc instead
        of free and malloc.  BLOCK_INPUT around routines which we know
        will call malloc.
        [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
        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.
        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
        * keyboard.c (cmd_error): If an error occurs before somebody has
        provided a screen to print it on, print it to stderr and exit
        Emacs.  Handle batch-mode errors with the same code.
-       * lisp.h (Qexternal_debugging_ouput): New extern declaration, for
+       * lisp.h (Qexternal_debugging_output): New extern declaration, for
        use in cmd_error.
 
        * screen.c (Fscreen_pixel_size, Fset_screen_position): Doc fix.
        (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)
        (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.
 
 1990-09-27  Richard Stallman  (rms@mole.ai.mit.edu)
 
-       * emacs.c (main) : Set the DISPLAY environment value when both of
+       * 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
        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,
        * print.c: Include dispextern.h.
        (printchar, strout): Use message_buf.
 
-       * sysdep.c (get_screen_size): Don't use MscreenWidth, MscreenLenght.
+       * sysdep.c (get_screen_size): Don't use MscreenWidth, MscreenLength.
        * term.c: Likewise.
 
        * scroll.c (CalcIDCosts, CalcIDCosts1, CalcLID): These now take a
        (do_scrolling): Use alloca for queue.
 
        * dispnew.c (remake_screen_structures): Allocate message_buf.
-       Don't use MscreenWidth, MscreenLenght.
+       Don't use MscreenWidth, MscreenLength.
 
        * xdisp.c: bf_cur replaced with current_buffer.
        Calls to SetBfx deleted.
 
        * 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.
 
        * dispnew.c: Handle BROKEN_FIONREAD as in other files.
 
-1989-08-09  Joseph Arceneaux  (jla@spiff)
-
-       * ../oldXMenu/Makefile: Removed all the unneccessary X stuff.
-
 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)
 
 1989-06-23  Joseph Arceneaux  (jla@apple-gunkies.ai.mit.edu)
 
-       * xfns.c, lisp/term/x-win.el: C routine Fscreen_color_p now lisp
-       function x-color-screen-p in x-win.el.
+       * xfns.c: C routine Fscreen_color_p now lisp
+       function x-color-screen-p in lisp/term/x-win.el.
        (x_set_cursor_color): New method: first disallow same cursor as
        background, then if cursor not foreground, use it as cursor
        foreground.
        * 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.
        * 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)
 
 1988-12-14  Richard Stallman  (rms@sugar-bombs.ai.mit.edu)
 
-       * bytecode.el (Fbyte_code): Cache the pointer in the string
+       * bytecode.c (Fbyte_code): Cache the pointer in the string
        to avoid recalculating it at each fetch.
        Also turn off the error check for stack overflow/underflow.
 
@@ -16507,7 +16503,7 @@ See ChangeLog.2 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-  Copyright (C) 1993, 2001-201 Free Software Foundation, Inc.
+  Copyright (C) 1993, 2001-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.