diff options
| author | Richard M. Stallman | 2006-05-14 22:52:37 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2006-05-14 22:52:37 +0000 |
| commit | 46a2df8eadc83ffab459d9869fc9f1ef11997899 (patch) | |
| tree | ac0ca423a3ed86990bd5aeaa30f54409f6392ab2 | |
| parent | 7e360397dcb489b26b0462386fb05927b6c3566e (diff) | |
| download | emacs-46a2df8eadc83ffab459d9869fc9f1ef11997899.tar.gz emacs-46a2df8eadc83ffab459d9869fc9f1ef11997899.zip | |
*** empty log message ***
| -rw-r--r-- | lispref/ChangeLog | 2 | ||||
| -rw-r--r-- | src/ChangeLog | 9 |
2 files changed, 11 insertions, 0 deletions
diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 52cfa33acfe..ceb5b9e8024 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2006-05-14 Richard Stallman <rms@gnu.org> | 1 | 2006-05-14 Richard Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * buffers.texi (Creating Buffers): Cleanup. | ||
| 4 | |||
| 3 | * files.texi (Visiting Functions): Rewrite in find-file-noselect. | 5 | * files.texi (Visiting Functions): Rewrite in find-file-noselect. |
| 4 | 6 | ||
| 5 | 2006-05-13 Eli Zaretskii <eliz@gnu.org> | 7 | 2006-05-13 Eli Zaretskii <eliz@gnu.org> |
diff --git a/src/ChangeLog b/src/ChangeLog index a4b78542ee3..91b8ee926e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2006-05-14 Richard Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * textprop.c (Fnext_single_char_property_change) | ||
| 4 | (Fprevious_single_char_property_change): Don't allow returning | ||
| 5 | value beyond LIMIT in any cases. | ||
| 6 | (Fnext_char_property_change, Fprevious_char_property_change): Doc fix. | ||
| 7 | |||
| 8 | * intervals.c (get_local_map): Abort if POSITION outside BEGV, ZV. | ||
| 9 | |||
| 1 | 2006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 10 | 2006-05-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 11 | ||
| 3 | * xterm.c (handle_one_xevent): Check that f is not NULL before | 12 | * xterm.c (handle_one_xevent): Check that f is not NULL before |