# HG changeset patch # User Gerd Moellmann # Date 972910298 0 # Node ID cbc5cc2c5a552253ed74fee219118271c529eeb6 # Parent 8fab1b57781bcdae3a85a05766abd3c2b0ebf16f *** empty log message *** diff -r 8fab1b57781b -r cbc5cc2c5a55 lisp/ChangeLog --- a/lisp/ChangeLog Mon Oct 30 12:51:17 2000 +0000 +++ b/lisp/ChangeLog Mon Oct 30 12:51:38 2000 +0000 @@ -1,3 +1,9 @@ +2000-10-30 Vinicius Jose Latorre + + * delim-col.el: Little fix: replace delimit-columns-align-columns by + delimit-columns-format. + (delimit-columns-region, delimit-columns-rectangle): Code fix. + 2000-10-30 Miles Bader * comint.el (comint-replace-by-expanded-history): Don't use @@ -32,7 +38,7 @@ 2000-10-29 Michael Kifer - * ediff-wind.el (ediff-setup-control-frame): enclose + * ediff-wind.el (ediff-setup-control-frame): Enclose face-attribute in condition-case to avoid errors in older emacsen. 2000-10-29 Miles Bader diff -r 8fab1b57781b -r cbc5cc2c5a55 src/ChangeLog --- a/src/ChangeLog Mon Oct 30 12:51:17 2000 +0000 +++ b/src/ChangeLog Mon Oct 30 12:51:38 2000 +0000 @@ -1,5 +1,8 @@ 2000-10-30 Gerd Moellmann + * window.c (displayed_window_lines): Change buffers if necessary. + Fix computation of displayed lines. + * keyboard.c (syms_of_keyboard): Change DEFVAR_LISP of update_menu_bindings to DEFVAR_BOOL.