From 266b4e3ae4a4d2b570d92b59d640038a925c91d5 Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Sun, 3 Nov 2002 13:36:16 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 22 ++++++++++++++++++++++ src/ChangeLog | 4 ++++ 2 files changed, 26 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4b7bf68ea76..363d0b3d18c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,25 @@ +2002-11-03 Stefan Monnier + + * emacs-lisp/autoload.el (generate-file-autoloads) + (update-file-autoloads): Strip .gz and other such extensions. + (update-autoloads-from-directories): Also consider compressed files. + + * info.el (Info-streamline-headings): New var. + (Info-dir-remove-duplicates): New fun. + (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist. + (Info-select-node): Simplify handling of Info-header-line. + (Info-forward-node): Undo 2000/12/15 since we don't narrow any more. + (Info-mode): Set header-line-format once and for all. + (Info-fontify-node): Accept bogus first line with `File:' missing. + Only make first line invisible if Info-use-header-line. + Don't use `intangible': it's evil. Use inhibit-read-only. + (Info-follow-reference, Info-next-reference, Info-prev-reference) + (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks + since we don't use intangible any more. + + * image.el (insert-image): Don't make intangible since + adjust_point_for_property should be sufficient by default. + 2002-11-02 Stefan Monnier * textmodes/fill.el (fill-paragraph-handle-comment): New var. diff --git a/src/ChangeLog b/src/ChangeLog index 7f5015125d6..f3e2f01f6d1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,9 @@ 2002-11-03 Stefan Monnier + * xdisp.c (single_display_prop_intangible_p): Strings are intangible. + + * editfns.c (get_pos_property): Don't hardcode Qfield. + * keyboard.c (adjust_point_for_property): Handle `display' prop on overlays. Also handle `invisible' prop. -- 2.39.2