diff options
| author | Stefan Monnier | 2001-09-04 01:06:53 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2001-09-04 01:06:53 +0000 |
| commit | 2ee1aa00ea9400eaf463f277e95e65b4877d2593 (patch) | |
| tree | a3d243cbdd4d54edc4c7f6a16a402b41983efb1f /src/ChangeLog | |
| parent | e5c60e46926b53bb907833e605c85f31f26fe3cd (diff) | |
| download | emacs-2ee1aa00ea9400eaf463f277e95e65b4877d2593.tar.gz emacs-2ee1aa00ea9400eaf463f277e95e65b4877d2593.zip | |
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9df54f3666f..e298898104c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2001-09-03 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup. | ||
| 4 | |||
| 1 | 2001-09-03 Gerd Moellmann <gerd@gnu.org> | 5 | 2001-09-03 Gerd Moellmann <gerd@gnu.org> |
| 2 | 6 | ||
| 3 | * xterm.c (note_mouse_highlight) <help-echo>: When looking for | 7 | * xterm.c (note_mouse_highlight) <help-echo>: When looking for |
| @@ -31,8 +35,7 @@ | |||
| 31 | (syms_of_xdisp): Initialize them. | 35 | (syms_of_xdisp): Initialize them. |
| 32 | (handle_single_display_prop): Don't change point, bind `object', | 36 | (handle_single_display_prop): Don't change point, bind `object', |
| 33 | `position', and `buffer-position' instead to the object having the | 37 | `position', and `buffer-position' instead to the object having the |
| 34 | `display' property, position in the object and position in the | 38 | `display' property, position in the object and position in the buffer. |
| 35 | buffer. | ||
| 36 | 39 | ||
| 37 | * fileio.c (Finsert_file_contents): Don't change the multibyteness | 40 | * fileio.c (Finsert_file_contents): Don't change the multibyteness |
| 38 | of the buffer if REPLACE is non-nil. | 41 | of the buffer if REPLACE is non-nil. |
| @@ -65,8 +68,8 @@ | |||
| 65 | 68 | ||
| 66 | 2001-08-28 Miles Bader <miles@gnu.org> | 69 | 2001-08-28 Miles Bader <miles@gnu.org> |
| 67 | 70 | ||
| 68 | * textprop.c (Fprevious_single_char_property_change) | 71 | * textprop.c (Fprevious_single_char_property_change) |
| 69 | (Fnext_single_char_property_change): Doc fixes. | 72 | (Fnext_single_char_property_change): Doc fixes. |
| 70 | 73 | ||
| 71 | 2001-08-27 Gerd Moellmann <gerd@gnu.org> | 74 | 2001-08-27 Gerd Moellmann <gerd@gnu.org> |
| 72 | 75 | ||
| @@ -135,8 +138,7 @@ | |||
| 135 | From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>. | 138 | From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>. |
| 136 | 139 | ||
| 137 | * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning | 140 | * xdisp.c (move_it_by_lines) <DVPOS < 0>: Start at the beginning |
| 138 | of the screen line, not text line, containing IT's current | 141 | of the screen line, not text line, containing IT's current position. |
| 139 | position. | ||
| 140 | 142 | ||
| 141 | 2001-08-15 Gerd Moellmann <gerd@gnu.org> | 143 | 2001-08-15 Gerd Moellmann <gerd@gnu.org> |
| 142 | 144 | ||