comparison lisp/ChangeLog @ 64541:9dd7605b21ba

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 20 Jul 2005 15:54:22 +0000
parents a3cc91405cc8
children 5b3018246d3c
comparison
equal deleted inserted replaced
64540:103c9ac0f63c 64541:9dd7605b21ba
1 2005-07-20 Kim F. Storm <storm@cua.dk> 1 2005-07-20 Kim F. Storm <storm@cua.dk>
2 2
3 * emulation/cua-base.el (cua-mode): Improve doc string. 3 * emulation/cua-base.el (cua-mode): Improve doc string.
4 4
5 2005-07-20 Juanma Barranquero <lekktu@gmail.com> 5 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
6
7 * abbrev.el (expand-region-abbrevs): Doc fix.
8 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
9 Improve argument/docstring consistency.
10
11 * arc-mode.el (archive-get-descr, archive-alternate-display):
12 Doc fixes.
13 (archive-l-e): Improve argument/docstring consistency.
14 (archive-tmpdir, archive-unixdate, archive-unixtime)
15 (archive-chmod-entry): Fix typos in docstrings.
16 (archive-unflag, archive-unflag-backwards)
17 (archive-unmark-all-files): "?\ " -> "?\s".
18
19 * buff-menu.el (Buffer-menu-unmark): Doc fix.
20 (Buffer-menu-not-modified, Buffer-menu-execute)
21 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
22 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
23
24 * composite.el (compose-string, encode-composition-rule)
25 (compose-last-chars): Fix typos in docstrings.
6 26
7 * desktop.el (desktop-enable, desktop-basefilename): 27 * desktop.el (desktop-enable, desktop-basefilename):
8 Declare with `define-obsolete-variable-alias'. 28 Declare with `define-obsolete-variable-alias'.
9 (desktop-internal-v2s): Don't quote keywords. 29 (desktop-internal-v2s): Don't quote keywords.
10 (desktop-clear): "?\ " -> "?\s". 30 (desktop-clear): "?\ " -> "?\s".
31
32 * dired.el (dired-align-file, dired-flag-backup-files)
33 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
34 (dired-listing-switches, dired-ls-F-marks-symlinks)
35 (dired-dwim-target, dired-load-hook, dired-mode-hook)
36 (dired-directory, dired-faces, dired, dired-revert)
37 (dired-mode, dired-summary, dired-view-file)
38 (dired-copy-filename-as-kill, dired-delete-file)
39 (dired-no-confirm, dired-unmark-all-marks)
40 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
41 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
42 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
43 Fix typos in message strings.
44
45 * dired-x.el (virtual-dired): Declare with `defalias'.
46 (dired-mark-unmarked-files, dired-local-variables-file)
47 (dired-omit-here-always): Doc fix.
48 (dired-omit-mode, dired-find-subdir)
49 (dired-enable-local-variables, dired-clean-up-buffers-too)
50 (dired-extra-startup, dired-mark-extension, dired-jump)
51 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
52 (dired-smart-shell-command, dired-guess-shell-alist-user)
53 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
54 (dired-x-bind-find-file, dired-x-submit-report):
55 Fix typos in docstrings.
56 (dired-mark-unmarked-files): "?\ " -> "?\s".
57
58 * dirtrack.el (dirtrack-list): Fix typos in docstring.
59
60 * faces.el (describe-face): "?\ " -> "?\s".
61 (read-all-face-attributes, read-face-font, modify-face)
62 (face-attr-construct, italic): Fix typos in docstrings.
63 (frame-update-face-colors): Declare with
64 `define-obsolete-function-alias'.
11 65
12 * files.el (find-file-noselect, recode-file-name): Doc fixes. 66 * files.el (find-file-noselect, recode-file-name): Doc fixes.
13 (insert-directory, kill-some-buffers): "?\ " -> "?\s". 67 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
14 (magic-mode-alist, buffer-file-numbers-unique) 68 (magic-mode-alist, buffer-file-numbers-unique)
15 (write-file-functions, get-free-disk-space): 69 (write-file-functions, get-free-disk-space):
6823 * progmodes/sh-script.el, progmodes/xscheme.el: 6877 * progmodes/sh-script.el, progmodes/xscheme.el:
6824 Replace `illegal' with `invalid'. 6878 Replace `illegal' with `invalid'.
6825 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el 6879 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6826 * textmodes/reftex-index.el, textmodes/reftex-parse.el 6880 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6827 * textmodes/reftex-ref.el, textmodes/reftex-vars.el 6881 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6828 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'. 6882 * textmodes/reftex.el, textmodes/org.el:
6883 Replace `illegal' with `invalid'.
6829 6884
6830 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca> 6885 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6831 6886
6832 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks) 6887 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6833 (flymake-find-buildfile, flymake-find-possible-master-files) 6888 (flymake-find-buildfile, flymake-find-possible-master-files)