From: Stefan Monnier Date: Tue, 4 Sep 2001 01:06:53 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.106~265 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2ee1aa00ea9400eaf463f277e95e65b4877d2593;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e2c78f17a59..ee039edfb7b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2001-09-03 Stefan Monnier + + * help.el (describe-function-1): Save precomputed `file-name' rather + than recomputing it (incorrectly) with `symbol-file'. + 2001-09-03 Gerd Moellmann * international/isearch-x.el (isearch-exit-recursive-edit): diff --git a/src/ChangeLog b/src/ChangeLog index 9df54f3666f..e298898104c 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2001-09-03 Stefan Monnier + + * xdisp.c (handle_single_display_prop): Fix for int/Lisp_Object mixup. + 2001-09-03 Gerd Moellmann * xterm.c (note_mouse_highlight) : When looking for @@ -31,8 +35,7 @@ (syms_of_xdisp): Initialize them. (handle_single_display_prop): Don't change point, bind `object', `position', and `buffer-position' instead to the object having the - `display' property, position in the object and position in the - buffer. + `display' property, position in the object and position in the buffer. * fileio.c (Finsert_file_contents): Don't change the multibyteness of the buffer if REPLACE is non-nil. @@ -65,8 +68,8 @@ 2001-08-28 Miles Bader - * textprop.c (Fprevious_single_char_property_change) - (Fnext_single_char_property_change): Doc fixes. + * textprop.c (Fprevious_single_char_property_change) + (Fnext_single_char_property_change): Doc fixes. 2001-08-27 Gerd Moellmann @@ -135,8 +138,7 @@ From Rainer Orth . * xdisp.c (move_it_by_lines) : Start at the beginning - of the screen line, not text line, containing IT's current - position. + of the screen line, not text line, containing IT's current position. 2001-08-15 Gerd Moellmann