Mercurial > emacs
changeset 79916:a959314f358f
*** empty log message ***
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Fri, 25 Jan 2008 02:18:05 +0000 |
parents | e54d9b453e0e |
children | 65bec4800891 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Fri Jan 25 02:17:07 2008 +0000 +++ b/lisp/ChangeLog Fri Jan 25 02:18:05 2008 +0000 @@ -1,3 +1,17 @@ +2008-01-25 Juanma Barranquero <lekktu@gmail.com> + + * allout.el (allout-prefix-data): Doc fix. + (allout-show-current-subtree): Reflow docstring. + (allout-use-mode-specific-leader, allout-use-hanging-indents) + (produce-allout-mode-map, allout-overlay-interior-modification-handler) + (allout-next-heading, allout-previous-heading, allout-rebullet-heading) + (allout-rebullet-topic, allout-rebullet-topic-grunt, allout-kill-topic) + (allout-copy-topic-as-kill, allout-listify-exposed) + (allout-process-exposed, allout-encrypted-key-info) + (allout-update-passphrase-mnemonic-aids) + (allout-next-topic-pending-encryption) + (allout-tests-globally-true): Fix typos in docstrings. + 2008-01-24 Stefan Monnier <monnier@iro.umontreal.ca> * vc.el (vc-version-diff): Make sure we shrink the right window. @@ -29,7 +43,7 @@ * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to prevent infloops. -2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change) +2008-01-20 Martin Svenson <phromo@gmail.com> (tiny change) * progmodes/python.el (python-imports): Default to "None".