# HG changeset patch # User Gerd Moellmann # Date 970058272 0 # Node ID 3d17044d63a9df03db4cde8a97396ad57ebddce4 # Parent e60545d4c1bdd14efbb163b793cae03cc7f72306 *** empty log message *** diff -r e60545d4c1bd -r 3d17044d63a9 etc/NEWS --- a/etc/NEWS Wed Sep 27 12:24:29 2000 +0000 +++ b/etc/NEWS Wed Sep 27 12:37:52 2000 +0000 @@ -1588,6 +1588,13 @@ *** ansi-color.el translates ANSI terminal escapes into text-properties. +Please note: if `ansi-color-for-shell-mode' and +`global-font-lock-mode' are non-nil, loading ansi-color.el will +disable font-lock and add `ansi-color-apply' to +`comint-preoutput-filter-functions' for all shell-mode buffers. This +displays the output of "ls --color=yes" using the correct foreground +and background colors. + *** delphi.el provides a major mode for editing the Delphi (Object Pascal) language. diff -r e60545d4c1bd -r 3d17044d63a9 src/ChangeLog --- a/src/ChangeLog Wed Sep 27 12:24:29 2000 +0000 +++ b/src/ChangeLog Wed Sep 27 12:37:52 2000 +0000 @@ -1,3 +1,14 @@ +2000-09-27 Gerd Moellmann + + * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows): + Add assertions. + + * xdisp.c (window_box_height): Add an assertion. + + * xfns.c (x_set_tool_bar_lines): Don't use more lines for the + tool-bar than is available. + (x_change_window_heights): Renamed from x_set_menu_bar_lines_1. + 2000-09-27 Dave Love * s/irix6-5.h (IRIX6): Now works 64-bit. Tidied.