comparison lisp/ChangeLog @ 64567:58d0fcee51d0

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Thu, 21 Jul 2005 11:50:38 +0000
parents c5775f02760e
children e8b6aa1c9560
comparison
equal deleted inserted replaced
64566:5f2024a71a2a 64567:58d0fcee51d0
6 * image-file.el (insert-image-file): Add yank-handler. 6 * image-file.el (insert-image-file): Add yank-handler.
7 (image-file-yank-handler): Yank handler to make unique copies of 7 (image-file-yank-handler): Yank handler to make unique copies of
8 images when they are yanked into a buffer next to each other. 8 images when they are yanked into a buffer next to each other.
9 9
10 2005-07-21 Juanma Barranquero <lekktu@gmail.com> 10 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11
12 * desktop.el (desktop-clear-preserve-buffers-regexp):
13 Also preserve the *server* buffer.
11 14
12 * simple.el (clone-indirect-buffer): Doc fix. 15 * simple.el (clone-indirect-buffer): Doc fix.
13 (fixup-whitespace, just-one-space) 16 (fixup-whitespace, just-one-space)
14 (backward-delete-char-untabify, lambda): "?\ " -> "?\s". 17 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15 (next-error, next-error-highlight) 18 (next-error, next-error-highlight)
27 (strokes-renormalize-to-grid, strokes-read-stroke) 30 (strokes-renormalize-to-grid, strokes-read-stroke)
28 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke) 31 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
29 (strokes-global-map): Fix typos in docstrings. 32 (strokes-global-map): Fix typos in docstrings.
30 (strokes-help): Doc fix. Fix help message and pass it through 33 (strokes-help): Doc fix. Fix help message and pass it through
31 `substitute-command-keys'. 34 `substitute-command-keys'.
35
36 * tempo.el (tempo-insert-prompt, tempo-interactive)
37 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
38 (tempo-insert-string-functions, tempo-local-tags)
39 (tempo-define-template, tempo-insert-template)
40 (tempo-insert-prompt-compat, tempo-is-user-element)
41 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
42 Fix typos in docstrings.
43
44 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
45 (vcursor-key-bindings, vcursor-use-vcursor-map)
46 (vcursor-find-window, vcursor-scroll-down)
47 (vcursor-disable, vcursor-beginning-of-buffer)
48 (vcursor-end-of-buffer): Fix typos in docstrings.
49 (vcursor-relative-move, vcursor-get-char-count):
50 Improve argument/docstring consistency.
51
52 * version.el: "?\ " -> "?\s".
53
54 * wid-edit.el (widget-default-create, widget-after-change)
55 (widget-default-format-handler, widget-checklist-add-item)
56 (widget-radio-add-item, widget-choose, widget-specify-secret)
57 (widget-field-value-create, widget-field-value-get)
58 (widget-editable-list-format-handler)
59 (widget-editable-list-entry-create, widget-group-value-create)
60 (widget-documentation-link-add)
61 (widget-documentation-string-value-create): "?\ " -> "?\s".
62 (widget-convert-text): Doc fix.
63 (widget-narrow-to-field, widget-field-find)
64 (widget-url-link-action, widget-emacs-library-link-action)
65 (widget-color-notify): Fix typos in docstrings.
66
67 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
68 (x-select-text, set-w32-system-coding-system)
69 (w32-add-charset-info): Fix typos in docstrings.
70
71 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
72 (cua-enable-cua-keys, cua-use-hyper-key)
73 (cua-virtual-rectangle-edges): Fix typos in docstrings.
74 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
75
76 * net/tramp.el (tramp-handle-load): Fix typo in error message.
77
78 * emacs-lisp/re-builder.el (regexp-builder): Declare with
79 `defalias' instead of faking it.
80
81 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
82 (eshell-ls-missing, eshell-ls-dired-initial-args)
83 (eshell-ls-use-in-dired): Fix typos in docstrings.
32 84
33 2005-07-20 Kim F. Storm <storm@cua.dk> 85 2005-07-20 Kim F. Storm <storm@cua.dk>
34 86
35 * emulation/cua-base.el (cua-mode): Improve doc string. 87 * emulation/cua-base.el (cua-mode): Improve doc string.
36 88