Mercurial > emacs
comparison lisp/ChangeLog @ 62350:4d9ae2668530
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Sat, 14 May 2005 18:41:24 +0000 |
parents | 5f37b155f289 |
children | f7fdfa8ffb34 |
comparison
equal
deleted
inserted
replaced
62349:8d37ba4764ca | 62350:4d9ae2668530 |
---|---|
1 2005-05-14 Luc Teirlinck <teirllm@auburn.edu> | |
2 | |
3 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp | |
4 manual to docstring. | |
5 | |
6 * files.el (hack-local-variables-confirm): Add STRING argument. | |
7 Make the function handle non file visiting buffers correctly. | |
8 (hack-local-variables-prop-line, hack-local-variables) | |
9 (hack-one-local-variable): Use STRING arg of | |
10 `hack-local-variables-confirm'. | |
11 | |
1 2005-05-14 Michael Albinus <michael.albinus@gmx.de> | 12 2005-05-14 Michael Albinus <michael.albinus@gmx.de> |
2 | 13 |
3 Sync with Tramp 2.0.49. | 14 Sync with Tramp 2.0.49. |
4 | 15 |
5 * tramp.el (tramp-handle-dired-call-process) | 16 * tramp.el (tramp-handle-dired-call-process) |
230 (ada-stmt-mode-hook): Delete; do the work in ada-mode. | 241 (ada-stmt-mode-hook): Delete; do the work in ada-mode. |
231 | 242 |
232 * cus-edit.el (custom-file): Call file-chase-links. | 243 * cus-edit.el (custom-file): Call file-chase-links. |
233 | 244 |
234 * files.el (read-directory-name): Fix previous change. | 245 * files.el (read-directory-name): Fix previous change. |
246 (hack-local-variables-confirm): New function. | |
247 (hack-local-variables-prop-line, hack-local-variables) | |
248 (hack-one-local-variable): Use it. | |
235 | 249 |
236 2005-05-10 Lute Kamstra <lute@gnu.org> | 250 2005-05-10 Lute Kamstra <lute@gnu.org> |
237 | 251 |
238 * font-lock.el (font-lock-keywords-alist) | 252 * font-lock.el (font-lock-keywords-alist) |
239 (font-lock-removed-keywords-alist): Clarify docstrings. | 253 (font-lock-removed-keywords-alist): Clarify docstrings. |