comparison lisp/ChangeLog @ 48138:3e781c129fd0

*** empty log message ***
author Stefan Monnier <monnier@iro.umontreal.ca>
date Sun, 03 Nov 2002 13:36:16 +0000
parents 9c67ae0ad84d
children 271baca90076
comparison
equal deleted inserted replaced
48137:6c61b0cf0b3c 48138:3e781c129fd0
1 2002-11-03 Stefan Monnier <monnier@cs.yale.edu>
2
3 * emacs-lisp/autoload.el (generate-file-autoloads)
4 (update-file-autoloads): Strip .gz and other such extensions.
5 (update-autoloads-from-directories): Also consider compressed files.
6
7 * info.el (Info-streamline-headings): New var.
8 (Info-dir-remove-duplicates): New fun.
9 (Info-insert-dir): Use it. Simplify the code with push,mapc,dolist.
10 (Info-select-node): Simplify handling of Info-header-line.
11 (Info-forward-node): Undo 2000/12/15 since we don't narrow any more.
12 (Info-mode): Set header-line-format once and for all.
13 (Info-fontify-node): Accept bogus first line with `File:' missing.
14 Only make first line invisible if Info-use-header-line.
15 Don't use `intangible': it's evil. Use inhibit-read-only.
16 (Info-follow-reference, Info-next-reference, Info-prev-reference)
17 (Info-try-follow-nearest-node): Don't bind inhibit-point-motion-hooks
18 since we don't use intangible any more.
19
20 * image.el (insert-image): Don't make intangible since
21 adjust_point_for_property should be sufficient by default.
22
1 2002-11-02 Stefan Monnier <monnier@cs.yale.edu> 23 2002-11-02 Stefan Monnier <monnier@cs.yale.edu>
2 24
3 * textmodes/fill.el (fill-paragraph-handle-comment): New var. 25 * textmodes/fill.el (fill-paragraph-handle-comment): New var.
4 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph). 26 (fill-comment-paragraph): New fun (generalizes of lisp-fill-paragraph).
5 (fill-paragraph): Use them. 27 (fill-paragraph): Use them.