]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 Nov 2003 17:51:56 +0000 (17:51 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Sun, 30 Nov 2003 17:51:56 +0000 (17:51 +0000)
lisp/ChangeLog
src/ChangeLog

index f35d9bf898aed3f0a31274555c841042bab08009..b9b459145b8e750735ab4049194a08ea5488defd 100644 (file)
@@ -1,3 +1,11 @@
+2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * 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  <jyavner@member.fsf.org>
 
        * subr.el (noreturn, 1value): New macros for test coverage.  See
@@ -51,7 +59,7 @@
 
 2003-11-25  Kim F. Storm  <storm@cua.dk>
 
-       * 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  <stephen@gnu.org>
 
        * 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.
 
index 0c8927432366e2744e5408bd9eebb90f3ea71bdf..5a3edc138e3ef802d5b0f6b0fda72405cd1c8bb0 100644 (file)
@@ -1,3 +1,9 @@
+2003-11-30  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * 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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM