aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero <[email protected]>2007-06-04 22:59:48 +0000
committerJuanma Barranquero <[email protected]>2007-06-04 22:59:48 +0000
commit1a408ced09363c86ebcc19830b8c8e757b159e23 (patch)
treec4f4359a332ac440f03a4c59512a41631e125578
parentb9e4fbd34b889899e9dcdba63ddb7a53315cda93 (diff)
*** empty log message ***
-rw-r--r--lisp/ChangeLog116
1 files changed, 64 insertions, 52 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b4e28068ed..33e6e9496d 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,15 @@
+2007-06-04 Juanma Barranquero <[email protected]>
+
+ * emacs-lisp/easy-mmode.el (define-minor-mode)
+ (easy-mmode-define-navigation): Fix typos in docstrings.
+
+ * progmodes/compile.el (compilation-find-file, compilation-handle-exit):
+ Fix typos in docstrings.
+ (compilation-search-path, compilation-buffer-name-function): Doc fixes.
+ (compilation-finish-function): Fix typo in obsolescence declaration.
+
+ * progmodes/idlwave.el (idlwave-routines): Fix typo in docstring.
+
2007-06-04 Chong Yidong <[email protected]>
* files.el (magic-mode-alist): Remove image-type-auto-detected-p.
@@ -597,7 +609,7 @@
2007-04-14 Nick Roberts <[email protected]>
* tmm.el (tmm-get-keybind): Use copy-sequence to ensure that the
- global map isn't modified
+ global map isn't modified.
2007-04-14 Glenn Morris <[email protected]>
@@ -1739,7 +1751,7 @@
* progmodes/python.el (python-quote-syntax): Don't bother with
syntax-ppss-context.
(python-fill-paragraph): Make sure that fenced-string delimiters that
- stand on their own line stay there
+ stand on their own line stay there.
2007-03-01 Lennart Borgman <[email protected]>
@@ -2875,7 +2887,7 @@
* type-break.el (type-break-demo-hanoi, type-break-demo-life)
(type-break-demo-boring): Call read-event instead of read-char.
-2007-01-19 Daniel Pfeiffer <[email protected]> (small change)
+2007-01-19 Daniel Pfeiffer <[email protected]> (tiny change)
* progmodes/compile.el: Add handling for makepplog.
@@ -3740,7 +3752,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
@@ -3931,7 +3943,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)
@@ -5607,7 +5619,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'.
@@ -5629,8 +5641,8 @@
(cperl-block-p): Move, updatedfor attributes.
(cperl-calculate-indent): Try to allow '_' be non-word char
Support subs with attributes.
- (cperl-where-am-i): Queit (?) a warning.
- (cperl-cached-syntax-table) New function.
+ (cperl-where-am-i): Quiet (?) a warning.
+ (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.
@@ -5877,7 +5889,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.
@@ -6123,7 +6135,7 @@
* wid-edit.el (widget-button-click-moves-point): New variable.
(widget-button-click): If widget-button-click-moves-point is
- non-nil, set point after performing the button action
+ non-nil, set point after performing the button action.
* cus-edit.el (custom-mode): Set widget-button-click-moves-point.
@@ -6395,8 +6407,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.
@@ -6447,7 +6459,7 @@
* cus-start.el (all): Rename x-gtk-show-chooser-help-text to
x-gtk-file-dialog-help-text. Rename x-use-old-gtk-file-dialog
- to x-gtk-use-old-file-dialog
+ to x-gtk-use-old-file-dialog.
2006-09-18 Richard Stallman <[email protected]>
@@ -8442,7 +8454,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.
@@ -8978,7 +8990,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.
@@ -9529,7 +9541,7 @@
(ewoc--wrap): New func.
(ewoc-create): Take additional arg NOSEP. If nil, wrap node and
header/footer pretty-printers. Save header/footer pretty-printer.
- (ewoc-set-hf): Use ewoc's header/footer pretty-printer. *
+ (ewoc-set-hf): Use ewoc's header/footer pretty-printer.
* pcvs.el (cvs-make-cvs-buffer): Specify NOSEP to `ewoc-create'.
@@ -10478,7 +10490,7 @@
2006-05-05 Eli Zaretskii <[email protected]>
* startup.el (command-line): On MS-Windows, probe "~", not
- "~USER", for warning about non-existent home directory
+ "~USER", for warning about non-existent home directory.
* arc-mode.el (archive-l-e): New optional argument `float' means
generate a float value.
@@ -12429,7 +12441,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
@@ -13031,7 +13043,7 @@
selective display for concealed text. Also, lots of general
cleanup, and improved compatibility code.
- (allout-version) Incremented, corrected, revised, and refined
+ (allout-version): Incremented, corrected, revised, and refined
module commentary.
(provide 'allout): Moved to the bottom, added a require of overlay.
@@ -13055,7 +13067,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
@@ -13867,8 +13879,8 @@
2006-01-29 Edward O'Connor <[email protected]>
- * emulation/viper.el (viper-major-mode-modifier-list): Add
- insert-state and vi-state entries for erc-mode.
+ * emulation/viper.el (viper-major-mode-modifier-list):
+ Add insert-state and vi-state entries for erc-mode.
(viper-go-away, viper-set-hooks): Add and remove
viper-comint-mode-hook from erc-mode-hook as appropriate.
@@ -14117,7 +14129,7 @@
(tramp-unload-file-name-handler-alist)
(tramp-unload-tramp): New defuns.
(tramp-advice-PC-expand-many-files): New defadvice.
- (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
+ (tramp-save-PC-expand-many-files, tramp-setup-complete): Defuns
removed.
(tramp-handle-expand-file-name): Remove double slash.
(tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
@@ -15338,7 +15350,7 @@
text properties).
(hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
New variables.
- (hi-lock-string-serialize) New function.
+ (hi-lock-string-serialize): New function.
2005-12-23 Jan Dj,Ad(Brv <[email protected]>
@@ -15900,7 +15912,7 @@
* hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
react if global-hi-lock-mode seems intended.
- (global-hi-lock-mode) Renamed from hi-lock-mode.
+ (global-hi-lock-mode): Renamed from hi-lock-mode.
(hi-lock-archaic-interface-message-used)
(hi-lock-archaic-interface-deduce): New variables.
(turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
@@ -16001,7 +16013,7 @@
(recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
(recentf-arrange-by-rule-others)
(recentf-arrange-by-rules-min-items)
- (recentf-arrange-by-rule-subfilter) : Don't use
+ (recentf-arrange-by-rule-subfilter): Don't use
`recentf-menu-customization-changed'.
(recentf-arrange-rules): Likewise. Accept functions to compute
sub-menu titles.
@@ -16073,10 +16085,10 @@
2005-12-08 Alan Mackenzie <[email protected]>
* progmodes/cc-fix.el: Add definitions of the macros push and pop
- (for GNU Emacs 20.4)
+ (for GNU Emacs 20.4).
* progmodes/cc-defs.el:
- (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
+ (i): Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4).
* progmodes/cc-cmds.el (c-show-syntactic-information): Change the
highlighting mechanism so it will work in XEmacs too.
@@ -16121,9 +16133,9 @@
2005-12-08 Alan Mackenzie <[email protected]>
* progmodes/cc-mode.el:
- (i) Insert a binding for C-c C-backspace into
+ (i): Insert a binding for C-c C-backspace into
c-bind-special-erase-keys which works in TTYs.
- (ii) Make sure that when file styles are used, any explicitly
+ (ii): Make sure that when file styles are used, any explicitly
given style variables take priority over those in the style.
Do this by calling `hack-local-variables' a second time.
@@ -16377,7 +16389,7 @@
Introduce an "awk" style, mainly for auto-newline and clean-ups.
- * progmodes/cc-align.el: New function c-snug-1line-defun-close
+ * progmodes/cc-align.el: New function c-snug-1line-defun-close.
* progmodes/cc-cmds.el: In c-electric-brace, add code for new
clean-up one-liner-defun.
@@ -16511,7 +16523,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)
@@ -17624,7 +17636,7 @@
2005-11-30 Kim F. Storm <[email protected]>
- * 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).
@@ -18866,7 +18878,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 <[email protected]>
@@ -19088,7 +19100,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 <[email protected]> (tiny change)
@@ -20249,7 +20261,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
@@ -20728,7 +20740,7 @@
2005-10-12 Jan Dj,Ad(Brv <[email protected]>
- * startup.el (command-line-x-option-alist): -nb => -nbi
+ * startup.el (command-line-x-option-alist): -nb => -nbi.
2005-10-12 Kim F. Storm <[email protected]>
@@ -20906,7 +20918,7 @@
* term/x-win.el: Remove -i, --icon-type from comment.
* startup.el (command-line-x-option-alist): Remove options -i,
- -itype, --icon-type, added -nb, --no-bitmap-icon
+ -itype, --icon-type, added -nb, --no-bitmap-icon.
2005-10-09 Nick Roberts <[email protected]>
@@ -21192,7 +21204,7 @@
* textmodes/ispell.el (ispell-word, ispell-region):
Call ispell-maybe-find-aspell-dictionaries.
(ispell-accept-buffer-local-defs):
- Don't call ispell-maybe-find-aspell-dictionaries
+ Don't call ispell-maybe-find-aspell-dictionaries.
2005-10-04 Richard M. Stallman <[email protected]>
@@ -22291,7 +22303,7 @@
* custom.el (custom-known-themes): Clarify meaning of "standard".
(custom-push-theme): Save old values in the standard theme.
(disable-theme): Correct typo.
- (custom-face-theme-value) Deleted unused function.
+ (custom-face-theme-value): Deleted unused function.
(custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2005-09-05 Stefan Monnier <[email protected]>
@@ -22800,7 +22812,7 @@
* calendar/diary-lib.el (diary-modify-entry-list-string-function):
New hook.
- (add-to-diary-list): Call `diary-modify-entry-list-string-function'
+ (add-to-diary-list): Call `diary-modify-entry-list-string-function'.
2005-08-24 Stefan Monnier <[email protected]>
@@ -24705,7 +24717,7 @@
* viper-init.el: Get rid of -face in face names.
* ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
- Make it work with longlines mode
+ Make it work with longlines mode.
* ediff-mult.el (ediff-meta-mode-hook): New variable.
@@ -24798,7 +24810,7 @@
(calc-do-embedded): Use calc-embedded-firsttime,
calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
determine whether or not to run hooks.
- (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
+ (calc-embedded-make-info): Set calc-embedded-firsttime-buf and
calc-embedded-firsttime-formula appropriately.
Set calc-embedded delimiter variables according to mode.
@@ -28148,7 +28160,7 @@
(reftex-unhighlight): Use `reftex-delete-overlay'.
(reftex-uniq): Function removed. Use `reftex-uniquify' instead.
(reftex-access-search-path): Use `reftex-uniquify' instead of
- `reftex-uniq'
+ `reftex-uniq'.
* textmodes/reftex-sel.el (reftex-select-unmark): Overlay
`before-string' property modification enables for Emacs as well.
@@ -29627,7 +29639,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.
@@ -29787,7 +29799,7 @@
`org-insert-mode-line-in-empty-file' has been set.
(org-agenda-todo, org-agenda-priority): Modify to use
`org-agenda-change-all-lines'.
- (org-warning-face): Change color on dark background
+ (org-warning-face): Change color on dark background.
2005-04-14 YAMAMOTO Mitsuharu <[email protected]>
@@ -29911,7 +29923,7 @@
2005-04-11 Rajesh Vaidheeswarran <[email protected]>
- * whitespace.el (whitespace-version): Bump to 3.5
+ * whitespace.el (whitespace-version): Bump to 3.5.
(whitespace-buffer-leading, whitespace-buffer-trailing):
Invert sense of the test to highlight the whitespace.
@@ -29939,7 +29951,7 @@
* dired.el (dired-mode): Use dnd-* instead of x-dnd-*
(dired-dnd-handle-local-file): Call dnd-get-local-file-name.
- (dired-dnd-handle-file): Call dnd-get-local-file-uri
+ (dired-dnd-handle-file): Call dnd-get-local-file-uri.
* cus-edit.el (dnd): New group.
@@ -30533,7 +30545,7 @@
2005-03-31 Olive Lin <[email protected]> (tiny change)
- * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
+ * textmodes/tex-mode.el (tex-start-tex): Use shell-quote-argument,
not comint-quote-filename.
2005-03-31 Thien-Thi Nguyen <[email protected]>
@@ -32355,7 +32367,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.
@@ -32930,7 +32942,7 @@
2005-01-21 Ren,Ai(B Kyllingstad <[email protected]>
* pcomplete.el: Define pcomplete-read-event instead of read-event,
- since it's not a complete read-event implementation
+ since it's not a complete read-event implementation.
2005-01-20 Jay Belanger <[email protected]>
@@ -33048,7 +33060,7 @@
Sync with Tramp 2.0.47.
- * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
+ * net/tramp.el (tramp-operation-not-permitted-regexp): New defcustom,
catching keep-date problems in cp/scp operations.
(tramp-handle-copy-file): Don't call `set-file-modes'
unconditionally. Specialized functions should know better what is