# HG changeset patch # User Luc Teirlinck # Date 1070214716 0 # Node ID ed27adf8b7acc6fd6f9727b3d7cc4a5d6ec56619 # Parent 0fd777e399e3eb735e7f904063d136ecc0539ac6 *** empty log message *** diff -r 0fd777e399e3 -r ed27adf8b7ac lisp/ChangeLog --- a/lisp/ChangeLog Sun Nov 30 17:50:54 2003 +0000 +++ b/lisp/ChangeLog Sun Nov 30 17:51:56 2003 +0000 @@ -1,3 +1,11 @@ +2003-11-30 Luc Teirlinck + + * help.el (help-map): Bind `display-local-help' to `C-h .'. + (help-for-help): Add `C-h .' to the listed Help options. + Remove trailing whitespace. + + * help-at-pt.el: New file. + 2003-11-30 Jonathan Yavner * subr.el (noreturn, 1value): New macros for test coverage. See @@ -51,7 +59,7 @@ 2003-11-25 Kim F. Storm - * emulation/cua-base.el (cua--standard-movement-commands): + * emulation/cua-base.el (cua--standard-movement-commands): Add forward-sentence and backward-sentence. 2003-11-25 Stephen Eglen @@ -117,7 +125,7 @@ * mouse.el: Bind mouse-1 on left-fringe and right-fringe to mouse-set-point so that hscroll still works now that clicks on - fringes generate specific mouse events. + fringes generate specific mouse events. (mouse-set-point): Note that it now works in fringes and margins too due to new semantics of posn-point in fringes and margins. diff -r 0fd777e399e3 -r ed27adf8b7ac src/ChangeLog --- a/src/ChangeLog Sun Nov 30 17:50:54 2003 +0000 +++ b/src/ChangeLog Sun Nov 30 17:51:56 2003 +0000 @@ -1,3 +1,9 @@ +2003-11-30 Luc Teirlinck + + * intervals.h: Add EXFUN for Fget_char_property_and_overlay. + * textprop.c (Fget_char_property_and_overlay): New function. + (syms_of_textprop): Defsubr it. + 2003-11-29 Jan Dj,Ad(Brv * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM