X-Git-Url: https://code.delx.au/gnu-emacs/blobdiff_plain/35cf62d95cdcd5323dcea4a5385942c342ff1d9c..32f5bf0c29bbad6524f71079e4380b8156289551:/src/ChangeLog.2 diff --git a/src/ChangeLog.2 b/src/ChangeLog.2 index 1a9728f689..eccd24320d 100644 --- a/src/ChangeLog.2 +++ b/src/ChangeLog.2 @@ -2508,7 +2508,7 @@ If `suspend-emacs-hook' returns t don't suspend -- assume the hook did the equivalent of `suspending' for us (including calling suspend-resume-hook if necessary.) - Otherwise, call sys_suspend and so forth normally. + Otherwise, call sys_suspend and so forth normally. 1986-12-20 Richard M. Stallman (rms@prep) @@ -2680,7 +2680,7 @@ 1986-12-11 Richard Mlynarik (mly@prep) - * emacs.c, dispnew.c: + * emacs.c, dispnew.c: Rename inhibit_x_windows inhibit_window_system. Understand "-nw" command-line option. Reorganize init_display a little to make other window-system @@ -3961,7 +3961,7 @@ 1986-09-01 Richard M. Stallman (rms@prep) - * xterm.c/xfns.c: Many changes from rlk, + * xterm.c, xfns.c: Many changes from rlk, including using sigblock/sigsetmask to block signals instead of turning handler off and on. @@ -4050,7 +4050,7 @@ 1986-08-21 Richard Mlynarik (mly@prep) - * process.c (handle_process_output): + * process.c (handle_process_output): do a set-buffer back to original buffer after calling a process' filter function so that all filter functions needn't save-excursion. @@ -4131,7 +4131,7 @@ and DEFVAR_PER_BUFFER. They expand into calls to defvar_lisp, etc. - * all .c files: + * All .c files: All Def...Var renamed to DEFVAR... in syms_of_.... * doc.c (FSnarf_documentation): Understand new DOC format @@ -4221,7 +4221,7 @@ * unexec.c (write_segment): Kludgy coercions ("(int)") to get this line to compile: - nwrite = (((int) ptr + 128) & ~127) - (int) ptr; + nwrite = (((int) ptr + 128) & ~127) - (int) ptr; Also changed incorrect ~128 to ~127. * process.c: @@ -4771,7 +4771,7 @@ See ChangeLog.1 for earlier changes. - Copyright (C) 1986-1988, 2001-2012 Free Software Foundation, Inc. + Copyright (C) 1986-1988, 2001-2016 Free Software Foundation, Inc. This file is part of GNU Emacs.