Add 2010 to copyright years.
[bpt/emacs.git] / src / ChangeLog.4
index b83aa2d..7e5728f 100644 (file)
        Don't update the menubar the first time it is created via x_window.
        (initialize_frame_menubar): Pass 1 to set_frame_menubar.
 
-       * widget.c (set_frame_size): Dont compute any geometry management.
+       * widget.c (set_frame_size): Don't compute any geometry management.
 
 1994-03-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
 
 1994-02-11  Frederic Pierresteguy  (fp@mole.gnu.ai.mit.edu)
 
-       * xfns.c (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call
+       * xfns.c (x_set_menu_bar_lines) [USE_X_TOOLKIT]: Don't call
        XtDestroyWidget but free_frame_menubar.
        Undo previous changes.
        * xterm.c (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
 
 1994-01-29  Karl Heuer  (kwzh@mole.gnu.ai.mit.edu)
 
-       * keymap.c (currrent_minor_maps): Scale by sizeof when allocating
+       * keymap.c (current_minor_maps): Scale by sizeof when allocating
        objects.
 
        * buffer.c (Fkill_all_local_variables): Follow symbol forwarding.
        (Fwrite_region) [MSDOS]: Use text/binary mode as specified by
        buffer_file_type.
        (syms_of_fileio) [MSDOS]: Set Qfind_buffer_file_type.
-       (Fsubstitute_in_file_name) [MSDOS]: Ignore case in environtment
+       (Fsubstitute_in_file_name) [MSDOS]: Ignore case in environment
        variable.
 
        * floatfns.c [MSDOS]: Don't define HAVE_MATHERR.
        rebalance only the node which may have become unbalanced.
        Iterate until the current node is balanced.
        (balance_possible_root_interval): New function.
-       (balance_intervals): Move the interation into rebalance_an_interval.
+       (balance_intervals): Move the iteration into rebalance_an_interval.
        (balance_intervals_internal): New subroutine of balance_intervals.
        (split_interval_right, split_interval_left): Speed up by
        not checking LEAF_INTERVAL_P.
 
        * callproc.c (init_callproc): Maybe add ../lib-src to exec-path
        and maybe store it in exec-directory.
-       Mabe put ../etc into data-directory.
+       Maybe put ../etc into data-directory.
        (init_callproc_1): Part of init_callproc is split out.
        * emacs.c (main): Call init_callproc and init_callproc_1.
 
 
        * s/convexos.h: New file.
 
-1993-11-10  Brian Fox  (bfox@mole.gnu.ai.mit.edu)
+1993-11-10  Brian J. Fox  (bfox@mole.gnu.ai.mit.edu)
 
        * Makefile.in.in (intervals.o): Depend on puresize.h.
 
 
        * systty.h (EMACS_GETPGRP): New macro hides argument passing to
        system getpgrp.  Reinstate some semblance of control over this
-       macros behaviour by paying attention to GETPGRP_NO_ARG.
+       macros behavior by paying attention to GETPGRP_NO_ARG.
        * sysdep.c (sys_suspend): Use EMACS_GETPGRP macro.
        * emacs.c (main): Use EMACS_GETPGRP macro.
        (shut_down_emacs): Use EMACS_GETPGRP macro.
        * search.c (skip_chars): Finish reenabling checks for buffer bounds.
        Use XINT, not XFASTINT, when testing.
 
-       * fileio.c (Fwrite_region): Fix minor bugs in POS arg to awrite.
+       * fileio.c (Fwrite_region): Fix minor bugs in POS arg to a_write.
 
        * xterm.c (syms_of_xterm): Initialize last_mouse_scroll_bar.
 
 
        * s/sunos4-1-3.h (HAVE_TERMIOS): Defined.
 
-1993-10-25  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-10-25  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * process.c (Fopen_network_stream): Cast arg to inet_addr to (char *).
 
        Pass it to functions found in function-key-map and key-translation-map.
        (Fread_key_sequence, command_loop_1): Calls changed.
 
-1993-10-22  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-10-22  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * config.h.in: Add #undef HAVE_UNISTD_H so configure can edit it
        correctly.
        * s/sco4.h (SYSTEM_TYPE): Put into #if 0.
        (BSTRING): Define only if HAVE_BCOPY.
 
-1993-10-08  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-10-08  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * search.c (skip_chars): Re-instate the check against the end of
        the buffer, ignoring cryptic comment.
 
        * s/linux.h (POSIX_SIGNALS): Comment fix.
 
-1993-09-30  Brian Fox  (bfox@albert.gnu.ai.mit.edu)
+1993-09-30  Brian J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
        * Makefile.in.in (ALL_CFLAGS): Make sure that `.' is searched
        before `${srcdir}' when looking for include files.
 
        * termhooks.h (enum event_kind): Doc fix.
 
-1993-09-27  Brian Fox  (bfox@ai.mit.edu)
+1993-09-27  Brian J. Fox  (bfox@ai.mit.edu)
 
        * ymakefile: Merged into Makefile.in.in.
 
        from Makefile.in.in, and creates Makefile from Makefile.in.
        ymakefile no longer exists, and xmakefile is never created.
 
-1993-09-24  Brian Fox  (bfox@ai.mit.edu)
+1993-09-24  Brian J. Fox  (bfox@ai.mit.edu)
 
        * textprop.c (validate_plist): Add declaration for `list'
        argument.
 
        * textprop.c (F{next,previous}_single_property_change): Doc fix.
 
-1993-09-15  Brian Fox  (bfox@ai.mit.edu)
+1993-09-15  Brian J. Fox  (bfox@ai.mit.edu)
 
        * data.c: Add declaration for atof if not predefined.
 
        all of the data is written, or until we receive an error which is
        not an interrupted write.
 
-1993-09-14  Brian Fox  (bfox@ai.mit.edu)
+1993-09-14  Brian J. Fox  (bfox@ai.mit.edu)
 
        * keyboard.c (Qextended_command_history): New variable prevents
        sharing of M-x command history with other commands that read
        changes from Emacs 18 for completion_ignore_case.
        (completion_ignore_case): Declare.
 
-1993-09-01  Brian Fox  (bfox@ai.mit.edu)
+1993-09-01  Brian J. Fox  (bfox@ai.mit.edu)
 
        * window.c (Fdelete_windows_on): Fix DEFUN to allow optional
        second argument to appear.
 
-1993-08-30  Brian Fox  (bfox@ai.mit.edu)
+1993-08-30  Brian J. Fox  (bfox@ai.mit.edu)
 
        * ymakefile (alloc.o): Remove explicit compilation rule, since it
        is identical to the default rule, and `$<' doesn't work in
        explicit rules in all "make"s.
 
-1993-08-27  Brian Fox  (bfox@ai.mit.edu)
+1993-08-27  Brian J. Fox  (bfox@ai.mit.edu)
 
        * gmalloc.c (safe_bcopy): Compile if MEMMOVE_MISSING is defined,
        but only if we aren't compiling for emacs.
        (LIB_STANDARD): Do not include -lcposix.
        (C_SWITCH_SYSTEM) [__GNUC__]: Do not use -traditional.
 
-1993-08-17  Brian Fox  (bfox@ai.mit.edu)
+1993-08-17  Brian J. Fox  (bfox@ai.mit.edu)
 
        * alloca.c: Invert sense of conditional for entire file (GNUC >=
        2).  Added `#else'.
        Save and restore Vdeactivate_mark.
 
        * xfns.c (x_set_menu_bar_lines_1): Adjust just the uppermost child
-       in a vertical split.  Adjust the hight counter to the top.
+       in a vertical split.  Adjust the height counter to the top.
        (x_set_menu_bar_lines): Don't change overall frame height.
 
 1993-06-04  Francesco Potortì  (pot@cnuce.cnr.it)
 1993-05-31  Richard Stallman  (rms@mole.gnu.ai.mit.edu)
 
        * syntax.c (Fforward_comment): Set point to where scan stops,
-       thus moving acros whitespace.  When moving fwd, treat Sendcomment
+       thus moving across whitespace.  When moving fwd, treat Sendcomment
        as whitespace; likewise for Scomment when moving back.
        (scan_sexps_forward): New arg COMMENTSTOP.
        (Fparse_partial_sexp): Likewise.
        (C_SWITCH_SYSTEM): Defined.
 
        * xterm.c: Include systty.h; don't mess with FIONREAD.
-       Don't include termio.h dorectly.
+       Don't include termio.h directly.
 
        * intervals.c (interval_deletion_adjustment): Delete unreachable abort.
 
        (BROKEN_TIOCGWINSZ, LIB_X11_LIB): Add #undef.
 
        * sysdep.c (child_setup_tty) [AIX SIGNALS_VIA_CHARACTERS]: Install
-       something usefull in the VQUIT and VINTR.
+       something useful in the VQUIT and VINTR.
        (emacs_set_tty): Try only 10 times to call tcsetattr.
        Don't use memcmp to test what it did.
 
@@ -6907,7 +6907,7 @@ See ChangeLog.3 for earlier changes.
 ;; coding: utf-8
 ;; End:
 
-    Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008
+    Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010
        Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.