# HG changeset patch # User Juanma Barranquero # Date 1193790723 0 # Node ID cbf5cba1e788edb7d48c0566957c38a1b6a512ca # Parent 9555d3db1fbb8fd2477e4a9a5241b62e7b213761 *** empty log message *** diff -r 9555d3db1fbb -r cbf5cba1e788 lisp/ChangeLog --- a/lisp/ChangeLog Wed Oct 31 00:31:30 2007 +0000 +++ b/lisp/ChangeLog Wed Oct 31 00:32:03 2007 +0000 @@ -1,3 +1,16 @@ +2007-10-30 Juanma Barranquero + + * help-at-pt.el (help-at-pt-unload-hook): Remove. + Timers are automatically canceled by `unload-feature'. + + * delsel.el (delsel-unload-hook): Remove function and variable. + (delsel-unload-function): New-style unload function, adapted + from `delsel-unload-hook'. + + * msb.el (msb-unload-hook): Remove function and variable. + (msb-unload-function): New-style unload function, adapted from + `msb-unload-hook'. + 2007-10-27 Juanma Barranquero * desktop.el (uniquify-managed): Pacify byte compiler. @@ -164,15 +177,14 @@ * allout.el (allout-command-prefix, allout-inhibit-auto-fill): Relocate in file. (allout-doublecheck-at-and-shallower): Increase to include - slightly greater depths, since yank interaction is now ok. Also, - elaborate the docstring to explain the situation. + slightly greater depths, since yank interaction is now ok. + Also, elaborate the docstring to explain the situation. (produce-allout-mode-map, allout-hotspot-key-handler): Use vconcat instead of concat, so we accommodate key sequences expressed as vectors as well as strings and lists. (allout-flag-region, allout-hide-by-annotation): Make the hidden-text overlays 'front-advance. - (allout-overlay-insert-in-front-handler): Correct docstring's - grammar. + (allout-overlay-insert-in-front-handler): Correct docstring's grammar. (allout-aberrant-container-p, allout-on-current-heading-p) (allout-e-o-prefix-p, allout-next-heading) (allout-previous-heading, allout-goto-prefix) @@ -184,14 +196,13 @@ (allout-latex-verbatim-quote-curr-line, allout-encrypt-string) (allout-encrypted-topic-p, allout-next-topic-pending-encryption) (count-trailing-whitespace-region): Preserve match data, so allout - outline navigation doesn't disrupt other emacs operations. + outline navigation doesn't disrupt other Emacs operations. (allout-beginning-of-line): Retreat to the beginning of the hidden text, so fields are respected (for submodes that care). - (allout-end-of-line): Preserve mark activation status when - jumping. + (allout-end-of-line): Preserve mark activation status when jumping. (allout-open-topic): Account for opening after a child that - contains a hidden trailing newline. Preserve match data. Run - allout-structure-added-hook + contains a hidden trailing newline. Preserve match data. + Run allout-structure-added-hook (allout-encrypt-decrypted): Preserve match data. (allout-toggle-current-subtree-exposure): Add new interactive function for toggle subtree exposure - suggested by tassilo. @@ -230,8 +241,8 @@ (ps-generate-postscript-with-faces): Delete defaliases. (ps-face-foreground-name, ps-face-background-name) (ps-color-values, ps-face-bold-p, ps-face-italic-p): Move - definitions to top level, make the body conditional on the emacs - flavor. Replace uses of deleted aliases and renamed functions. + definitions to top level, make the body conditional on the Emacs + flavor. Replace uses of deleted aliases and renamed functions. (ps-generate-postscript-with-faces, ps-color-device): Replace uses of deleted aliases and renamed functions.