mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 20:50:52 -08:00
*** empty log message ***
This commit is contained in:
parent
d2030e8cab
commit
bc0c5eb8aa
1 changed files with 18 additions and 18 deletions
|
|
@ -3414,7 +3414,7 @@
|
|||
(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
|
||||
|
|
@ -3605,7 +3605,7 @@
|
|||
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)
|
||||
|
|
@ -5281,7 +5281,7 @@
|
|||
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'.
|
||||
|
|
@ -5304,7 +5304,7 @@
|
|||
(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.
|
||||
|
|
@ -5551,7 +5551,7 @@
|
|||
(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.
|
||||
|
||||
|
|
@ -6069,8 +6069,8 @@
|
|||
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.
|
||||
|
|
@ -8116,7 +8116,7 @@
|
|||
|
||||
* 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.
|
||||
|
||||
|
|
@ -8652,7 +8652,7 @@
|
|||
(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.
|
||||
|
|
@ -12103,7 +12103,7 @@
|
|||
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
|
||||
|
|
@ -12729,7 +12729,7 @@
|
|||
|
||||
(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
|
||||
|
|
@ -16185,7 +16185,7 @@
|
|||
|
||||
* 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)
|
||||
|
|
@ -17298,7 +17298,7 @@
|
|||
|
||||
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).
|
||||
|
||||
|
|
@ -18540,7 +18540,7 @@
|
|||
(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>
|
||||
|
|
@ -18762,7 +18762,7 @@
|
|||
(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)
|
||||
|
|
@ -19923,7 +19923,7 @@
|
|||
(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
|
||||
|
|
@ -29301,7 +29301,7 @@
|
|||
|
||||
* 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.
|
||||
|
||||
|
|
@ -32029,7 +32029,7 @@
|
|||
(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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue