]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 12:56:41 +0000 (12:56 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Mon, 4 Jun 2007 12:56:41 +0000 (12:56 +0000)
lisp/ChangeLog.12

index f3bac53ca8a4eaf6964d007fae7c6eab3a3555f8..e76a93d5882fb2131ba544264429397da0b6658e 100644 (file)
        (wdired-search-and-rename): Simplify code.
        (wdired-preprocess-files, wdired-preprocess-perms): Make
        read-only property of preceding character rear-nonsticky to
-       avoid that it can be modified.  Put old-name and old-link
+       avoid that it can be modified.  Put old-name and old-link
        properties on character preceding name and replace
        put-text-property by add-text-properties.
        (wdired-get-filename, wdired-get-previous-link): Get old-name
        allout-mode-map.  Call it on file load, so the mode docstring
        substitutions work even if allout mode has not yet been invoked.
        (allout-mode): Use new allout-setup-mode-map to track any keybinding
-       customizations since the map was last processed.  Also, refine the
+       customizations since the map was last processed.  Also, refine the
        docstring so it's ship-shape for release.
        (allout-default-layout, allout-beginning-of-line-cycles)
        (allout-distinctive-bullets-string, allout-use-mode-specific-leader)
        New C-c key bindings: for `cperl-find-bad-style',
        `cperl-pod-spell', `cperl-here-doc-spell', `cperl-narrow-to-here-doc',
        `cperl-perdoc', and `cperl-perldoc-at-point'.
-       CPerl Mode menu changes:        "Fix style by spaces", "Imenu on Perl Info"
+       CPerl Mode menu changes: "Fix style by spaces", "Imenu on Perl Info"
        moved, new submenu of Tools with Ispell entries and narrowing.
        (cperl-after-sub-regexp): New defsubst.
        (cperl-imenu--function-name-regexp-perl): Use `cperl-after-sub-regexp'.
        (cperl-calculate-indent): Try to allow '_' be non-word char
                Support subs with attributes.
        (cperl-where-am-i): Quiet (?) a warning.
-       (cperl-cached-syntax-table)     New function.
+       (cperl-cached-syntax-table): New function.
        (cperl-forward-re): Use `cperl-cached-syntax-table'.
        (cperl-unwind-to-safe): Recognize `syntax-type' property
                changing in a middle of line.
        (cperl-next-interpolated-REx): New function.
        (cperl-next-interpolated-REx-0): Likewise.
        (cperl-next-interpolated-REx-1): Likewise.
-       "\C-c\C-x", "\C-c\C-y", "\C-c\C-v":     New keybinding for these functions.
+       "\C-c\C-x", "\C-c\C-y", "\C-c\C-v": New keybinding for these functions.
        Perl/Regexp menu: 3 new entries for `cperl-next-interpolated-REx'.
        (cperl-praise): Mention finded interpolated RExen.
 
        buffer-read-only isn't set.
        (allout-annotate-hidden): Enable topic annotation during copies even
        when the buffer is read-only, eg for topic copies.  Ensure that the loop
-       advances, even when the span extends beyond the deletion region.
-       (allout-toggle-subtree-encryption): Use allout-structure-added-hook
+       advances, even when the span extends beyond the deletion region.
+       (allout-toggle-subtree-encryption): Use allout-structure-added-hook
        rather than allout-exposure-changed-hook, as a stronger assertion.
        (allout-keybindings-list): Add bindings for
        allout-copy-line-as-kill and allout-copy-topic-as-kill.
 
        * tumme.el (tumme-create-thumb, tumme-thumbnail-display-external)
        (tumme-display-image, tumme-rotate-thumbnail, tumme-rotate-original)
-       (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
+       (tumme-set-exif-data, tumme-get-exif-data): Use shell-command-switch.
 
        * thumbs.el (thumbs-call-convert): Use shell-command-switch.
 
        (viper-next-line-at-bol): If point is on a widget or a button, simulate
        clicking on that widget/button.
 
-       * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
+       * viper.el (viper-mode): Allow a separate cursor color in Emacs state.
 
        * ediff-diff (ediff-test-patch-utility): Catch errors.
        (ediff-actual-diff-options, ediff-actual-diff3-options): New variables.
        preserve window-start.
        (speedbar-update-directory-contents): Try to preserve window-start
        and window-point.
-       (speedbar-update-special-contents): Don't move back to start of window.
+       (speedbar-update-special-contents): Don't move back to start of window.
 
        * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
        gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
 
        (allout-mode): Explicitly specify the mode map in the docstring.
        Clarify provision for various write-file hook var names.
-       Adjusted for invisible-text overlays instead of selective-display.
+       Adjusted for invisible-text overlays instead of selective-display.
 
        (allout-depth): Really return 0 if not within any topic.  This
        rectifies `allout-beginning-of-level' and sequence numbering
 
        * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
        start of the file.  ^L now separate sections of the file.
-       (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
+       (c-awk-non-eol-esc-pair-re, c-awk-blank-or-comment-line-re)
        (c-awk-one-line-possibly-open-string-re)
        (c-awk-regexp-one-line-possibly-open-char-class-re)
        (c-awk-one-line-possibly-open-regexp-re)
 
 2005-11-30  Kim F. Storm  <storm@cua.dk>
 
-       * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
+       * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
        (cua--rectangle-post-command): Cleanup overlays and deactivate mark
        after revert-buffer (or anything else which kills all local variables).
 
        (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
        argument to all these routines, so the passphrase can be managed
        externally and passed in to the system.
-       (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
+       (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
        function.
 
 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
        (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
        argument to all these routines, so the passphrase can be managed
        externally and passed in to the system.
-       (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
+       (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
        function.
 
 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
        (outlineify-sticky): Use the file vars mechanism.
        (allout-inhibit-protection, allout-during-write-cue)
        (allout-override-protect, allout-before-change-protect): Remove.
-       (allout-flag-region, allout-open-topic): Adjust read-only text.
+       (allout-flag-region, allout-open-topic): Adjust read-only text.
        (allout-open-line-not-read-only): Add to facilitate read-only
        text based protection.
        (allout-kill-line): Revise to adjust read-only text, clue the
 
        * isearch.el (isearch-edit-string): Make the search-ring available for
        minibuffer history commands.
-       (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
+       (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
        the default history commands now work just as well.
        (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
 
        (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
        (math-csc-raw, math-cot-raw): New functions.
 
-       * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
+       * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
 
        * calc/calc-undo.el (calc-handle-undo): Remove prefix from
        the variable name in a message.