# HG changeset patch # User Juanma Barranquero # Date 1201227485 0 # Node ID a959314f358f7063781f49b55a4fe0dbb7ccbbc9 # Parent e54d9b453e0e1bb7dee5efe8b37047925701cb8c *** empty log message *** diff -r e54d9b453e0e -r a959314f358f lisp/ChangeLog --- 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 + + * 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 * 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 (tiny change) +2008-01-20 Martin Svenson (tiny change) * progmodes/python.el (python-imports): Default to "None".