# HG changeset patch # User Gerd Moellmann # Date 974555087 0 # Node ID 69c02e27fcb195604102c48c56443c47a4d3dee1 # Parent 5832e9020859d70b2ad4a5fd444a34bb66ee344f *** empty log message *** diff -r 5832e9020859 -r 69c02e27fcb1 lisp/ChangeLog --- a/lisp/ChangeLog Sat Nov 18 13:43:59 2000 +0000 +++ b/lisp/ChangeLog Sat Nov 18 13:44:47 2000 +0000 @@ -1,5 +1,10 @@ 2000-11-18 Gerd Moellmann + * ps-print.el: Update copyright notice. + + * tooltip.el (tooltip-x-offset, tooltip-y-offset): New user-options. + (tooltip-show): Use the offsets. + * bindings.el (mode-line-modified): Fix a typo. (mode-line-toggle-modified, mode-line-widen) (mode-line-abbrev-mode, mode-line-auto-fill-mode): Fix typos. diff -r 5832e9020859 -r 69c02e27fcb1 src/ChangeLog --- a/src/ChangeLog Sat Nov 18 13:43:59 2000 +0000 +++ b/src/ChangeLog Sat Nov 18 13:44:47 2000 +0000 @@ -1,3 +1,12 @@ +2000-11-18 Gerd Moellmann + + * xfns.c (Fx_show_tip): Use default y-offset of -10 so that + the tooltip obscures less text under it. + +2000-11-17 Gerd Moellmann + + * puresize.h (BASE_PURESIZE): Increase to 700000. + 2000-11-18 Jason Rumney * w32term.c (w32_draw_bitmap): Use face to set colors.