diff options
author | Richard M. Stallman <rms@gnu.org> | 2001-10-06 02:18:09 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2001-10-06 02:18:09 +0000 |
commit | be63c7b2726b107058fc961fe49336e9b972d198 (patch) | |
tree | 32f15df0d94fd5da78ae0abb2db61254516292d8 /src/ChangeLog.1 | |
parent | 4650e3623ce24f7fd5a149d7487de7f7a1d15827 (diff) | |
download | emacs-be63c7b2726b107058fc961fe49336e9b972d198.tar.gz |
Format cleanups for old entries.
Diffstat (limited to 'src/ChangeLog.1')
-rw-r--r-- | src/ChangeLog.1 | 53 |
1 files changed, 30 insertions, 23 deletions
diff --git a/src/ChangeLog.1 b/src/ChangeLog.1 index bdcd5c6f06b..90da14fe918 100644 --- a/src/ChangeLog.1 +++ b/src/ChangeLog.1 @@ -1,4 +1,3 @@ - 1986-05-18 Richard M. Stallman (rms at prep) * alloc.c (malloc_warning_1): Add some advice on @@ -3488,32 +3487,40 @@ Fsignal clears immediate_quit. 1985-05-12 Richard M. Stallman (rms at mit-prep) - cmds.c: modified `newline' to insert before an existing - newline before dot. This produces better redisplay. - xdisp.c: fixed bug that modifying buffer displayed in two windows - failed to redisplay both mode lines with stars. - xdisp.c: try_window_id: if scrolling upward and changed text is empty - scroll up all the lines that fit below bp. - xdisp.c: introduce num_contin, to display tabs right in contin. lines - doc.c: define substitute-command-keys, using crl@purdue's code. - Make `documentation' call it. - eval.c, fns.c, bytecode.c: put in register decls for Lisp_Objects. - saved 2500 bytes of object code. + + * cmds.c: modified `newline' to insert before an existing + newline before dot. This produces better redisplay. + + * xdisp.c: fixed bug that modifying buffer displayed in two windows + failed to redisplay both mode lines with stars. + + * xdisp.c: try_window_id: if scrolling upward and changed text is empty + scroll up all the lines that fit below bp. + + * xdisp.c: introduce num_contin, to display tabs right in contin. lines + + * doc.c: define substitute-command-keys, using crl@purdue's code. + Make `documentation' call it. + + * eval.c, fns.c, bytecode.c: put in register decls for Lisp_Objects. + Saved 2500 bytes of object code. 1985-05-11 Richard M. Stallman (rms at mit-prep) - editfns.c: Put in code for & in fullname, - under AMPERSAND_FULL_NAME flag. - lisp.h: Install NO_UNION_TYPE flag in lisp.h. - This means XMARKBIT can no longer be on left side of =. - New macros XMARK and XUNMARK and XSETMARKBIT are used - instead. - alloc.c, marker.c: use XMARK, XUNMARK, XSETMARKBIT where needed. - TrmTERM.c: Ignore `xs' termcap flag. - Always use the SEstr on sg >= 0 terminals. - minibuf.c: Don't allow entry to minibuffer - while minibuffer is selected. + * editfns.c: Put in code for & in fullname, + under AMPERSAND_FULL_NAME flag. + + * lisp.h: Install NO_UNION_TYPE flag in lisp.h. + This means XMARKBIT can no longer be on left side of =. + New macros XMARK and XUNMARK and XSETMARKBIT are used instead. + + * alloc.c, marker.c: use XMARK, XUNMARK, XSETMARKBIT where needed. + + * TrmTERM.c: Ignore `xs' termcap flag. + Always use the SEstr on sg >= 0 terminals. + * minibuf.c: Don't allow entry to minibuffer + while minibuffer is selected. Local Variables: mode: indented-text |