]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.4
Remove now-inaccurate bytecode comments
[gnu-emacs] / src / ChangeLog.4
index 2cb36df1413408fbc4d568d7e476fc6365cb1913..4970cbdfe7d47cf95fed9a18c1ffc46e5cbcfbc0 100644 (file)
 
 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)
 
 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)
 
        * 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)
 
 
 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 J. Fox  (bfox@albert.gnu.ai.mit.edu)
 
 
        * 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)
 
 
        * 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)
 
 
 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.
 
        * 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.
 
        * 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)
 
 
        * 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)
        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.
        (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.
 
 1993-08-03  Jim Blandy  (jimb@geech.gnu.ai.mit.edu)
 
        Changes for 3b1 suggested by Andy Fyfe <andy@scp.caltech.edu>
-       * 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.
        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
 
 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.
 
@@ -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, 2009, 2010, 2011, 2012
-       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 <http://www.gnu.org/licenses/>.
-
-;;; arch-tag: 2e44924a-e45a-4129-ad93-1f7bb410b609