]> git.eshelyaron.com Git - emacs.git/commitdiff
(help-at-pt-unload-hook): Remove. Timers are
authorJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Oct 2007 00:33:40 +0000 (00:33 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Wed, 31 Oct 2007 00:33:40 +0000 (00:33 +0000)
automatically canceled by `unload-feature'.

lisp/ChangeLog
lisp/help-at-pt.el

index 8b10517db2e258ffb39f1f265bc4ffe721ba5524..f4bef993e0de7256ef6f0ea58690a93fbe395968 100644 (file)
@@ -1,4 +1,17 @@
-2007-10-27  Juanma Barranquero  <lekktu@gmail.com>
+2007-10-31  Juanma Barranquero  <lekktu@gmail.com>
+
+       * 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-30  Juanma Barranquero  <lekktu@gmail.com>
 
        * desktop.el (uniquify-managed): Pacify byte compiler.
        (desktop-buffer-info): If the buffer name is managed by uniquify,
        * 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)
        (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.
        (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.
 
index ee35e04dec0a8c68f0eb948ab887d11868d1f1b4..f14b00ca83a479503b2131ac4d21bf75f2b9f2ce 100644 (file)
@@ -350,8 +350,6 @@ different regions.  With numeric argument ARG, behaves like
   (interactive "p")
   (scan-buf-move-to-region 'help-echo (- arg) 'scan-buf-move-hook))
 
-(add-hook 'help-at-pt-unload-hook 'help-at-pt-cancel-timer)
-
 (provide 'help-at-pt)
 
 ;;; arch-tag: d0b8b86d-d23f-45d0-a82d-208d6205a583