]> code.delx.au - gnu-emacs/blobdiff - src/ChangeLog.2
* src/macfont.m (mac_font_shape): Make sure that total_advance is increasing.
[gnu-emacs] / src / ChangeLog.2
index c852328d61abff5599496e0954a535d7aa705f88..eccd24320d6985cc7c6b90f87ad6ffb92f91a2d2 100644 (file)
        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)
 
 
 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.
 
        * 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:
 
 See ChangeLog.1 for earlier changes.
 
-    Copyright (C) 1986-1988, 2001-2014 Free Software Foundation, Inc.
+    Copyright (C) 1986-1988, 2001-2016 Free Software Foundation, Inc.
 
   This file is part of GNU Emacs.