X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/08b3caa982199bd7939d9d6877203ada5d0083b5..a18baf565e872759de9281c3488c3981d19a15e1:/src/ChangeLog.4 diff --git a/src/ChangeLog.4 b/src/ChangeLog.4 index 826e5e406d..4970cbdfe7 100644 --- a/src/ChangeLog.4 +++ b/src/ChangeLog.4 @@ -811,7 +811,7 @@ 1994-04-28 Michael D. Ernst (mernst@monozygote.research.microsoft.com) - * fileio.c (inhibit-file-name-handers): Correct documentation. + * fileio.c (inhibit-file-name-handlers): Correct documentation. 1994-04-28 Karl Heuer (kwzh@hal.gnu.ai.mit.edu) @@ -1664,7 +1664,7 @@ 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) @@ -1885,7 +1885,7 @@ 1994-03-22 Frederic Pierresteguy (fp@mole.gnu.ai.mit.edu) * widget.c (set_frame_size): Put #if 0 around a lot of useless code. - Compute explicitely the geometry of the toplevel widget. + Compute explicitly the geometry of the toplevel widget. Call XtSetValues not XtVaSetValues. 1994-03-22 Richard Stallman (rms@mole.gnu.ai.mit.edu) @@ -2722,7 +2722,7 @@ 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. @@ -2962,7 +2962,7 @@ 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. @@ -3402,7 +3402,7 @@ (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. @@ -3508,7 +3508,7 @@ 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. @@ -3656,7 +3656,7 @@ * m/delta.h (BROKEN_CLOSEDIR): Added because closedir is interruptible. (HAVE_UNISTD_H): Deleted because configure takes care of it. - (C_SWITCH_MACHINE): Added optimisation options for gnu cc. + (C_SWITCH_MACHINE): Added optimization options for gnu cc. 1993-12-17 Mike Long (mike.long@analog.com) @@ -4009,7 +4009,7 @@ * 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. @@ -4258,7 +4258,7 @@ * 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. @@ -4303,7 +4303,7 @@ * 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. @@ -4329,9 +4329,9 @@ 1993-11-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * s/sunos4-1-3.h (HAVE_TERMIOS): Defined. + * s/sunos4-1-3.h (HAVE_TERMIOS): Define. -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 *). @@ -4349,7 +4349,7 @@ 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. @@ -4394,7 +4394,7 @@ * 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. @@ -4411,7 +4411,7 @@ * keyboard.c (read_key_sequence): Don't declare first_event; it is no longer used. Change "#if 0" for first_event reading to - "#if defined (GOBBLE_FIRST_EVENT)". + "#if defined (GOBBLE_FIRST_EVENT)". 1993-10-03 Brian J. Fox (bfox@ai.mit.edu) @@ -4426,9 +4426,9 @@ * Makefile.in: File removed. It is now generated by ../configure. - * Makefile.in.in (LIBES): Add $(GNULIB_VAR) again at end. This - change to ymakefile was mysteriously lost. Were any others lost - too? + * Makefile.in.in (LIBES): Add $(GNULIB_VAR) again at end. + This change to ymakefile was mysteriously lost. + Were any others lost too? 1993-10-02 Brian J. Fox (bfox@ai.mit.edu) @@ -4442,7 +4442,7 @@ * 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. @@ -4451,7 +4451,7 @@ * 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. @@ -4459,10 +4459,9 @@ 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 (validate_plist): Add declaration for `list' argument. * frame.c (Fhandle_switch_frame): Doc fix. @@ -4501,7 +4500,7 @@ * doc.c (Fsubstitute_command_keys): Pass new arg. * abbrev.c (Funexpand_abbrev, Fexpand_abbrev): Pass new arg. - * s/aix3-2.h (AIX3_2): Defined. + * s/aix3-2.h (AIX3_2): Define. * m/ibmrs6000.h (LIBS_MACHINE): Include -lrts, -liconv only if AIX3_2. * xterm.h (HAVE_X11R4): If AIX, do not define HAVE_X11R4. @@ -4566,7 +4565,7 @@ * 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. @@ -4577,7 +4576,7 @@ 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 @@ -4598,18 +4597,18 @@ 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. @@ -4623,7 +4622,7 @@ (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'. @@ -4703,13 +4702,13 @@ * xfns.c (XScreenNumberOfScreen): New function. - * m/tek4300.h (C_DEBUG_SWITCH, SYSTEM_MALLOC): Defined. + * m/tek4300.h (C_DEBUG_SWITCH, SYSTEM_MALLOC): Define. * m/iris4d.h (START_FILES, LIB_STANDARD): Don't define if USG5_4. (DEFAULT_ENTRY_ADDRESS): Likewise. (UNEXEC): Use unexelfsgi.o if USG5_4. - * s/irix5-0.h (C_SWITCH_MACHINE): Deleted. + * s/irix5-0.h (C_SWITCH_MACHINE): Delete. 1993-08-13 Frederic Pierresteguy (F.Pierresteguy@frcl.bull.fr) @@ -4809,7 +4808,7 @@ * m/dpx2.h (HAVE_TCATTR): Macro #defined. (HAVE_CLOSEDIR): #undef to allow use of closedir in sysdep.c. - (SIGTSTP): Commented #undef to allow use of ^Z in shell-mode. + (SIGTSTP): Comment #undef to allow use of ^Z in shell-mode. (SIGNALS_VIA_CHARACTERS): #defined. 1993-08-09 Paul Eggert (eggert@twinsun.com) @@ -4849,10 +4848,10 @@ and calculate position properly. * s/bsd4-2.h, s/bsd4-3.h, s/umax.h, s/rtu.h, s/dgux.h (HAVE_VFORK): - Defined. + Define. * ymakefile (alloc.o): Don't use DEBUG_MOLE. - (DEBUG_MOLE): Deleted. + (DEBUG_MOLE): Delete. * gnu-hp300: File deleted. * .gdbinit: Don't put -q in args. @@ -4878,7 +4877,7 @@ (main): Call init_buffer, init_callproc and init_cmdargs before init_lread. (syms_of_emacs): Install the function, and protect the variable. - * lisp.h (Vinvocation_directory): Declared. + * lisp.h (Vinvocation_directory): Declare. * lread.c (init_lread): Normally put Vinvocation_directory at end of Vload_path, if not present already. @@ -4926,7 +4925,7 @@ 1993-08-03 Jim Blandy (jimb@geech.gnu.ai.mit.edu) Changes for 3b1 suggested by Andy Fyfe - * 7300.h [__GNUC__]: #define HAVE_ALLOCA. + * m/7300.h [__GNUC__]: #define HAVE_ALLOCA. [not __GNUC__]: #define SWITCH_ENUM_BUG, C_ALLOCA, and STACK_DIRECTION. (HAVE_SYSVIPC, USE_UTIME): #define these. (memmove): We don't have this; call safe_bcopy. @@ -5008,7 +5007,7 @@ Change display code to handle the `invisible' text property. * dispnew.c (direct_output_for_insert): Fail if character just inserted has text properties. - (direct_ouput_forward_char): Fail if moving near invisible chars. + (direct_output_forward_char): Fail if moving near invisible chars. * indent.c (compute_motion): Compute correctly for invisible text. (vmotion): Take care of invisible newlines. * intervals.c (set_point): Ignore `invisible' property @@ -6588,7 +6587,7 @@ 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) @@ -6676,7 +6675,7 @@ 1993-06-01 Richard Stallman (rms@mole.gnu.ai.mit.edu) - * x/esix5-4.h: Redone by Joe Kelsey. + * s/esix5-4.h: Redone by Joe Kelsey. * xterm.c (x_new_font): Take out last change. @@ -6784,7 +6783,7 @@ 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. @@ -6809,7 +6808,7 @@ (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. @@ -6846,7 +6845,7 @@ (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,8 +6906,7 @@ See ChangeLog.3 for earlier changes. ;; coding: utf-8 ;; End: - Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008 - Free Software Foundation, Inc. + Copyright (C) 1993-1994, 2001-2016 Free Software Foundation, Inc. This file is part of GNU Emacs. @@ -6924,5 +6922,3 @@ See ChangeLog.3 for earlier changes. You should have received a copy of the GNU General Public License along with GNU Emacs. If not, see . - -;;; arch-tag: 2e44924a-e45a-4129-ad93-1f7bb410b609