diff options
| author | Luc Teirlinck | 2003-11-30 17:51:56 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2003-11-30 17:51:56 +0000 |
| commit | d344ecbbaeecbcd6f13e49424436c01fe190702e (patch) | |
| tree | e2e1a743f4068e485cdeec6f14337d8cefb5ce8b | |
| parent | 7ada28ac7e1bbe8a8d0f6c66a80cf3696be41aad (diff) | |
| download | emacs-d344ecbbaeecbcd6f13e49424436c01fe190702e.tar.gz emacs-d344ecbbaeecbcd6f13e49424436c01fe190702e.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 12 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 16 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f35d9bf898a..b9b459145b8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * help.el (help-map): Bind `display-local-help' to `C-h .'. | ||
| 4 | (help-for-help): Add `C-h .' to the listed Help options. | ||
| 5 | Remove trailing whitespace. | ||
| 6 | |||
| 7 | * help-at-pt.el: New file. | ||
| 8 | |||
| 1 | 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org> | 9 | 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org> |
| 2 | 10 | ||
| 3 | * subr.el (noreturn, 1value): New macros for test coverage. See | 11 | * subr.el (noreturn, 1value): New macros for test coverage. See |
| @@ -51,7 +59,7 @@ | |||
| 51 | 59 | ||
| 52 | 2003-11-25 Kim F. Storm <storm@cua.dk> | 60 | 2003-11-25 Kim F. Storm <storm@cua.dk> |
| 53 | 61 | ||
| 54 | * emulation/cua-base.el (cua--standard-movement-commands): | 62 | * emulation/cua-base.el (cua--standard-movement-commands): |
| 55 | Add forward-sentence and backward-sentence. | 63 | Add forward-sentence and backward-sentence. |
| 56 | 64 | ||
| 57 | 2003-11-25 Stephen Eglen <stephen@gnu.org> | 65 | 2003-11-25 Stephen Eglen <stephen@gnu.org> |
| @@ -117,7 +125,7 @@ | |||
| 117 | 125 | ||
| 118 | * mouse.el: Bind mouse-1 on left-fringe and right-fringe to | 126 | * mouse.el: Bind mouse-1 on left-fringe and right-fringe to |
| 119 | mouse-set-point so that hscroll still works now that clicks on | 127 | mouse-set-point so that hscroll still works now that clicks on |
| 120 | fringes generate specific mouse events. | 128 | fringes generate specific mouse events. |
| 121 | (mouse-set-point): Note that it now works in fringes and margins | 129 | (mouse-set-point): Note that it now works in fringes and margins |
| 122 | too due to new semantics of posn-point in fringes and margins. | 130 | too due to new semantics of posn-point in fringes and margins. |
| 123 | 131 | ||
diff --git a/src/ChangeLog b/src/ChangeLog index 0c892743236..5a3edc138e3 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2003-11-30 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * intervals.h: Add EXFUN for Fget_char_property_and_overlay. | ||
| 4 | * textprop.c (Fget_char_property_and_overlay): New function. | ||
| 5 | (syms_of_textprop): Defsubr it. | ||
| 6 | |||
| 1 | 2003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 7 | 2003-11-29 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 8 | ||
| 3 | * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM | 9 | * dispnew.c (buffer_posn_from_coords): Add ifdef HAVE_WINDOW_SYSTEM |