]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorStefan Monnier <monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 13:36:16 +0000 (13:36 +0000)
committerStefan Monnier <monnier@iro.umontreal.ca>
Sun, 3 Nov 2002 13:36:16 +0000 (13:36 +0000)
lisp/ChangeLog
src/ChangeLog

index 4b7bf68ea769419d7beda18193ff48d064de0b9f..363d0b3d18c077bb1b730dafdb8a685e4c2af6db 100644 (file)
@@ -1,3 +1,25 @@
+2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
+
+       * 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  <monnier@cs.yale.edu>
 
        * textmodes/fill.el (fill-paragraph-handle-comment): New var.
index 7f5015125d6e5fbdb24442fe629941982e742d86..f3e2f01f6d12a6c8c14f655f7e8d6c99b335d318 100644 (file)
@@ -1,5 +1,9 @@
 2002-11-03  Stefan Monnier  <monnier@cs.yale.edu>
 
+       * 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.