# HG changeset patch # User YAMAMOTO Mitsuharu # Date 1113810319 0 # Node ID 8c9ab615830538f09dd278ee1e46cb94d59ce631 # Parent 351bda10c1b0251b9ba122e2a10794ae0e3dc454 *** empty log message *** diff -r 351bda10c1b0 -r 8c9ab6158305 lisp/ChangeLog --- a/lisp/ChangeLog Mon Apr 18 07:44:54 2005 +0000 +++ b/lisp/ChangeLog Mon Apr 18 07:45:19 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-18 YAMAMOTO Mitsuharu + + * tooltip.el (tooltip-mode): `emacs-quick-startup' and + `display-graphic-p' may not be bound yet. + 2005-04-17 Luc Teirlinck * startup.el (command-line): No longer enable Xterm Mouse mode by diff -r 351bda10c1b0 -r 8c9ab6158305 src/ChangeLog --- a/src/ChangeLog Mon Apr 18 07:44:54 2005 +0000 +++ b/src/ChangeLog Mon Apr 18 07:45:19 2005 +0000 @@ -1,3 +1,8 @@ +2005-04-18 YAMAMOTO Mitsuharu + + * macterm.c (XTread_socket): Don't beep on keyboard input even if + no frame is visible. + 2005-04-16 Dan Nicolaescu * term.c (struct keys): Add support for shifted keys.