emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Wed, 31 Oct 2007 00:32:05 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Juanma Barranquero <lektu>      07/10/31 00:32:04

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12109
retrieving revision 1.12110
diff -u -b -r1.12109 -r1.12110
--- ChangeLog   30 Oct 2007 23:28:10 -0000      1.12109
+++ ChangeLog   31 Oct 2007 00:32:03 -0000      1.12110
@@ -1,3 +1,16 @@
+2007-10-30  Juanma Barranquero  <address@hidden>
+
+       * 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  <address@hidden>
 
        * 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,7 +241,7 @@
        (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
+       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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]