Mercurial > emacs
changeset 69552:7490df7958b2
*** empty log message ***
author | Eli Zaretskii <eliz@gnu.org> |
---|---|
date | Sat, 18 Mar 2006 13:49:45 +0000 |
parents | 78c97c8a8483 |
children | 2fc1b3ed4aec |
files | lisp/ChangeLog src/ChangeLog |
diffstat | 2 files changed, 14 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sat Mar 18 13:49:11 2006 +0000 +++ b/lisp/ChangeLog Sat Mar 18 13:49:45 2006 +0000 @@ -1,3 +1,8 @@ +2006-03-18 Eli Zaretskii <eliz@gnu.org> + + * term/w32-win.el (mouse-set-font): Mention + w32-list-proportional-fonts in the doc string. + 2006-03-18 Kim F. Storm <storm@cua.dk> * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
--- a/src/ChangeLog Sat Mar 18 13:49:11 2006 +0000 +++ b/src/ChangeLog Sat Mar 18 13:49:45 2006 +0000 @@ -1,3 +1,12 @@ +2006-03-18 Vivek Dasmohapatra <vivek@etla.org> (tiny change) + + * emacs.c (main): If user asks for a display that is unavailable, + simulate -nw. + + * xterm.c (x_display_ok): New function. + + * xterm.h: Add prototype for x_display_ok. + 2006-03-18 Eli Zaretskii <eliz@gnu.org> * w32fns.c (Fw32_select_font): Doc fix.