# HG changeset patch # User Stefan Monnier # Date 1012266912 0 # Node ID 2cac6ff9da5f5730e90b8ade8e2b0906293f1c31 # Parent 72426b522a74fa3899e8c5d0b924134555c24023 *** empty log message *** diff -r 72426b522a74 -r 2cac6ff9da5f lisp/ChangeLog --- a/lisp/ChangeLog Mon Jan 28 22:55:59 2002 +0000 +++ b/lisp/ChangeLog Tue Jan 29 01:15:12 2002 +0000 @@ -12,8 +12,8 @@ (display-time-mail-check-directory): New function. (display-time-update): Use it. - * menu-bar.el (menu-bar-showhide-scroll-bar-menu): Quote - `window-system'. + * menu-bar.el (menu-bar-showhide-scroll-bar-menu): + Quote `window-system'. * tmm.el (tmm-get-keymap): Honour :visible in `menu-item'. Add Keywords header. Update Commentary section. @@ -65,8 +65,13 @@ 2002-01-25 Jason Rumney - * faces.el (face-font-registry-alternatives) [windows-nt]: Add - ms-oemlatin as an alternative for iso8859-1. + * faces.el (face-font-registry-alternatives) [windows-nt]: + Add ms-oemlatin as an alternative for iso8859-1. + +2002-01-25 Stefan Monnier + + * pcvs.el (cvs-reread-cvsrc): Distinguish between an empty list of + args and the absence of an entry. Don't add -f each time. 2002-01-25 Eli Zaretskii @@ -89,8 +94,7 @@ show more colors that the number returned by display-color-cells. * term/pc-win.el (msdos-color-values): Reverse the order of the - colors, since tty-color-define now preserves the registration - order. + colors, since tty-color-define now preserves the registration order. * w32-fns.el (w32-tty-standard-colors): Reverse the order. @@ -116,7 +120,7 @@ * subr.el (substring-no-properties): New function. (copy-without-properties): Function deleted. - + * term/x-win.el (x-handle-geometry): Put sizes on both initial-frame-alist and default-frame-alist.