Mercurial > emacs
comparison lisp/ChangeLog @ 70244:ccd02e1ca0e3
Remove local autoload declaration for
pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
(allout-show-bodies, allout-header-prefix, allout-primary-bullet)
(allout-plain-bullets-string, allout-distinctive-bullets-string)
(allout-use-mode-specific-leader, allout-old-style-prefixes)
(allout-stylish-prefixes, allout-numbered-bullet)
(allout-file-xref-bullet, allout-presentation-padding)
(allout-use-hanging-indents, allout-reindent-bodies): Mark as
safe-local-variable with suitable value spec, and add autoload
cookie for loaddefs inclusion. We now use an explicit spec everywhere.
(move-beginning-of-line, move-end-of-line): Repair so these compat
functions now actually resituate the point, when appropriate.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 26 Apr 2006 21:54:51 +0000 |
parents | 040cb1efa4bc |
children | 1d0a74e54e50 |
comparison
equal
deleted
inserted
replaced
70243:040cb1efa4bc | 70244:ccd02e1ca0e3 |
---|---|
1 2006-04-17 Ken Manheimer <ken.manheimer@gmail.com> | |
2 | |
3 * allout.el: Remove local autoload declaration for | |
4 pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el. | |
5 (allout-show-bodies, allout-header-prefix, allout-primary-bullet) | |
6 (allout-plain-bullets-string, allout-distinctive-bullets-string) | |
7 (allout-use-mode-specific-leader, allout-old-style-prefixes) | |
8 (allout-stylish-prefixes, allout-numbered-bullet) | |
9 (allout-file-xref-bullet, allout-presentation-padding) | |
10 (allout-use-hanging-indents, allout-reindent-bodies): Mark as | |
11 safe-local-variable with suitable value spec, and add autoload | |
12 cookie for loaddefs inclusion. We now use an explicit spec everywhere. | |
13 (move-beginning-of-line, move-end-of-line): Repair so these compat | |
14 functions now actually resituate the point, when appropriate. | |
15 | |
1 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> | 16 2006-04-26 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 17 |
3 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping. | 18 * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping. |
4 | 19 |
5 * add-log.el (add-log-iso8601-time-zone): Make parameter optional. | 20 * add-log.el (add-log-iso8601-time-zone): Make parameter optional. |