aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-10-31 00:33:40 +0000
committerJuanma Barranquero <[email protected]>2007-10-31 00:33:40 +0000
commit0bbaf7b4497c4c826e286ef657b3a3eb465d03ae (patch)
tree08d100419513c1e86ae591c3d5c9b0d6fc5bf6d1
parentc815b73f62abb4db75c5486fef4a56bf87a00afb (diff)
(help-at-pt-unload-hook): Remove. Timers are
automatically canceled by `unload-feature'.
-rw-r--r--lisp/ChangeLog35
-rw-r--r--lisp/help-at-pt.el2
2 files changed, 23 insertions, 14 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8b10517db2..f4bef993e0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,4 +1,17 @@
-2007-10-27 Juanma Barranquero <[email protected]>
+2007-10-31 Juanma Barranquero <[email protected]>
+
+ * 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 <[email protected]>
* desktop.el (uniquify-managed): Pacify byte compiler.
(desktop-buffer-info): If the buffer name is managed by uniquify,
@@ -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.
diff --git a/lisp/help-at-pt.el b/lisp/help-at-pt.el
index ee35e04dec..f14b00ca83 100644
--- a/lisp/help-at-pt.el
+++ b/lisp/help-at-pt.el
@@ -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