Mercurial > emacs
comparison lisp/ChangeLog @ 105475:dbbce03200d3
(describe-function-1): Don't burp is the function is not a symbol.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Mon, 05 Oct 2009 19:50:15 +0000 |
parents | 0a64442c10e3 |
children | e3bdbd8a2169 |
comparison
equal
deleted
inserted
replaced
105474:0a64442c10e3 | 105475:dbbce03200d3 |
---|---|
1 2009-10-05 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * help-fns.el (describe-function-1): Don't burp is the function is not | |
4 a symbol. | |
5 | |
1 2009-10-05 Juanma Barranquero <lekktu@gmail.com> | 6 2009-10-05 Juanma Barranquero <lekktu@gmail.com> |
2 | 7 |
3 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart) | 8 * emacs-lisp/chart.el (chart-face-pixmap-list, chart-new-buffer, chart) |
4 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar) | 9 (chart-axis-range, chart-axis-names, chart-sequece, chart-bar) |
5 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist) | 10 (chart-draw, chart-axis-draw, chart-sort, chart-sort-matchlist) |
52 Reflow docstrings. | 57 Reflow docstrings. |
53 | 58 |
54 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu> | 59 2009-10-05 Dan Nicolaescu <dann@ics.uci.edu> |
55 | 60 |
56 * vc-hg.el (log-view-vc-backend): Declare for compiler. | 61 * vc-hg.el (log-view-vc-backend): Declare for compiler. |
57 (vc-hg-outgoing-mode, vc-hg-incoming-mode): Set | 62 (vc-hg-outgoing-mode, vc-hg-incoming-mode): |
58 log-view-vc-backend so that diff can work. | 63 Set log-view-vc-backend so that diff can work. |
59 | 64 |
60 * log-view.el (log-view-diff): Use vc-diff-internal instead of | 65 * log-view.el (log-view-diff): Use vc-diff-internal instead of |
61 vc-version-diff. | 66 vc-version-diff. |
62 (vc-diff-internal): Autoload this instead of vc-version-diff. | 67 (vc-diff-internal): Autoload this instead of vc-version-diff. |
63 | 68 |
72 * files.el (directory-files-no-dot-files-regexp): New defconst. | 77 * files.el (directory-files-no-dot-files-regexp): New defconst. |
73 (delete-directory): Use it. | 78 (delete-directory): Use it. |
74 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID. | 79 (copy-directory): Use it. Remove parameter PRESERVE-UID-GID. |
75 | 80 |
76 * net/tramp.el (tramp-verbose): Fix docstring. | 81 * net/tramp.el (tramp-verbose): Fix docstring. |
77 (tramp-methods): Add recursive option to `tramp-copy-args'. Add | 82 (tramp-methods): Add recursive option to `tramp-copy-args'. |
78 `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", | 83 Add `tramp-copy-recursive'. Valid for "rcp", "scp", "scp1", "scp2", |
79 "scp1_old", "scp2_old", "rsync", "rsyncc". | 84 "scp1_old", "scp2_old", "rsync", "rsyncc". |
80 (tramp-default-method): Check also for `auth-source-user-or-password'. | 85 (tramp-default-method): Check also for `auth-source-user-or-password'. |
81 (tramp-file-name-handler-alist, tramp-file-name-for-operation): | 86 (tramp-file-name-handler-alist, tramp-file-name-for-operation): |
82 Add handler for `copy-directory'. | 87 Add handler for `copy-directory'. |
83 (tramp-handle-copy-directory): New defun. | 88 (tramp-handle-copy-directory): New defun. |