diff options
| author | Gerd Moellmann | 2000-09-27 12:37:52 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2000-09-27 12:37:52 +0000 |
| commit | 8901d1ac258aa351a9aa622901d77882cf8ef4b3 (patch) | |
| tree | 96e25756942bb4151a44e74d47bf3402ec2f9625 | |
| parent | 5538b8ba85b3ecaf2f95b111b3d79422924c2e49 (diff) | |
| download | emacs-8901d1ac258aa351a9aa622901d77882cf8ef4b3.tar.gz emacs-8901d1ac258aa351a9aa622901d77882cf8ef4b3.zip | |
*** empty log message ***
| -rw-r--r-- | etc/NEWS | 7 | ||||
| -rw-r--r-- | src/ChangeLog | 11 |
2 files changed, 18 insertions, 0 deletions
| @@ -1588,6 +1588,13 @@ containing diff3-style conflict markers, such as generated by RCS. | |||
| 1588 | 1588 | ||
| 1589 | *** ansi-color.el translates ANSI terminal escapes into text-properties. | 1589 | *** ansi-color.el translates ANSI terminal escapes into text-properties. |
| 1590 | 1590 | ||
| 1591 | Please note: if `ansi-color-for-shell-mode' and | ||
| 1592 | `global-font-lock-mode' are non-nil, loading ansi-color.el will | ||
| 1593 | disable font-lock and add `ansi-color-apply' to | ||
| 1594 | `comint-preoutput-filter-functions' for all shell-mode buffers. This | ||
| 1595 | displays the output of "ls --color=yes" using the correct foreground | ||
| 1596 | and background colors. | ||
| 1597 | |||
| 1591 | *** delphi.el provides a major mode for editing the Delphi (Object | 1598 | *** delphi.el provides a major mode for editing the Delphi (Object |
| 1592 | Pascal) language. | 1599 | Pascal) language. |
| 1593 | 1600 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 67a43e73e6a..c144379e666 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2000-09-27 Gerd Moellmann <gerd@gnu.org> | ||
| 2 | |||
| 3 | * dispnew.c (adjust_glyph_matrix, enable_glyph_matrix_rows): | ||
| 4 | Add assertions. | ||
| 5 | |||
| 6 | * xdisp.c (window_box_height): Add an assertion. | ||
| 7 | |||
| 8 | * xfns.c (x_set_tool_bar_lines): Don't use more lines for the | ||
| 9 | tool-bar than is available. | ||
| 10 | (x_change_window_heights): Renamed from x_set_menu_bar_lines_1. | ||
| 11 | |||
| 1 | 2000-09-27 Dave Love <fx@gnu.org> | 12 | 2000-09-27 Dave Love <fx@gnu.org> |
| 2 | 13 | ||
| 3 | * s/irix6-5.h (IRIX6): Now works 64-bit. Tidied. | 14 | * s/irix6-5.h (IRIX6): Now works 64-bit. Tidied. |