Mercurial > emacs
comparison lisp/ChangeLog @ 105694:e381bf63474f
Don't require help-mode (to avoid bootstrap issues).
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Wed, 21 Oct 2009 18:54:55 +0000 |
parents | 15b4b661ceb1 |
children | e226a1347b93 |
comparison
equal
deleted
inserted
replaced
105693:964ff7cbc8a6 | 105694:e381bf63474f |
---|---|
1 2009-10-21 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * help-fns.el: Don't require help-mode (to avoid bootstrap issues). | |
4 | |
1 2009-10-21 Eric Ludlam <zappo@gnu.org> | 5 2009-10-21 Eric Ludlam <zappo@gnu.org> |
2 | 6 |
3 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init) | 7 * cedet/semantic/bovine/c.el (semantic-c-debug-mode-init) |
4 (semantic-c-debug-mode-init-pch): New functions. | 8 (semantic-c-debug-mode-init-pch): New functions. |
5 (semantic-c-debug-mode-init-last-mode): New var. | 9 (semantic-c-debug-mode-init-last-mode): New var. |
12 | 16 |
13 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun. | 17 * net/tramp-smb.el (tramp-smb-get-stat-capability): New defun. |
14 (tramp-smb-handle-file-attributes): Use it. | 18 (tramp-smb-handle-file-attributes): Use it. |
15 (tramp-smb-do-file-attributes-with-stat): Don't raise an error. | 19 (tramp-smb-do-file-attributes-with-stat): Don't raise an error. |
16 (tramp-smb-handle-insert-directory): Use `mapc' rather than | 20 (tramp-smb-handle-insert-directory): Use `mapc' rather than |
17 `mapcar'. Use `tramp-smb-get-stat-capability'. Add | 21 `mapcar'. Use `tramp-smb-get-stat-capability'. |
18 `dired-filename' text properties. | 22 Add `dired-filename' text properties. |
19 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. | 23 (tramp-smb-get-cifs-capabilities): Apply `save-match-data'. |
20 (tramp-smb-maybe-open-connection): Simplify check for smbclient | 24 (tramp-smb-maybe-open-connection): Simplify check for smbclient |
21 version. | 25 version. |
22 | 26 |
23 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca> | 27 2009-10-20 Stefan Monnier <monnier@iro.umontreal.ca> |