comparison lisp/ChangeLog @ 72051:99418e03cb74

*** empty log message ***
author Eli Zaretskii <eliz@gnu.org>
date Fri, 21 Jul 2006 08:27:00 +0000
parents 48c386e7269e
children cfe0609e3685
comparison
equal deleted inserted replaced
72050:d79208e62ea9 72051:99418e03cb74
1 2006-07-21 Ken Manheimer <ken.manheimer@gmail.com>
2
3 * allout.el (allout-unprotected, allout-e-o-prefix-p)
4 (allout-beginning-of-current-line, allout-end-of-current-line)
5 (allout-next-visible-heading, allout-open-topic)
6 (allout-kill-topic, allout-yank-processing, allout-resolve-xref)
7 (allout-flag-current-subtree, allout-show-to-offshoot)
8 (allout-hide-current-entry, allout-show-current-branches)
9 (allout-hide-region-body, allout-old-expose-topic)
10 (allout-listify-exposed, allout-latex-verbatim-quote-curr-line)
11 (allout-mark-topic, allout-adjust-file-variable): Enclose scopes
12 containing `beginning-of-line' and `end-of-line' with
13 `inhibit-field-text-motion' t.
14
1 2006-07-21 Eli Zaretskii <eliz@gnu.org> 15 2006-07-21 Eli Zaretskii <eliz@gnu.org>
2 16
3 * frame.el (focus-follows-mouse): Document that it doesn't have 17 * frame.el (focus-follows-mouse): Document that it doesn't have
4 any effect on MS-Windows. 18 any effect on MS-Windows.
5 19