Mercurial > emacs
comparison lisp/ChangeLog @ 99630:c69e966c8062
(ielm-eval-input): Fix thinko in last change.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 16 Nov 2008 20:22:01 +0000 |
parents | 24f96d6d9ae2 |
children | ba528e468910 |
comparison
equal
deleted
inserted
replaced
99629:a1ebcf06b544 | 99630:c69e966c8062 |
---|---|
1 2008-11-16 Stefan Monnier <monnier@iro.umontreal.ca> | |
2 | |
3 * ielm.el (ielm-eval-input): Fix thinko in last change. | |
4 | |
1 2008-11-16 Chong Yidong <cyd@stupidchicken.com> | 5 2008-11-16 Chong Yidong <cyd@stupidchicken.com> |
2 | 6 |
3 * subr.el (read-passwd): Yank current kill if the user enters C-y. | 7 * subr.el (read-passwd): Yank current kill if the user enters C-y. |
4 | 8 |
5 2008-11-16 Michael Albinus <michael.albinus@gmx.de> | 9 2008-11-16 Michael Albinus <michael.albinus@gmx.de> |
6 | 10 |
7 * net/tramp.el (tramp-handle-file-name-as-directory): New defun. | 11 * net/tramp.el (tramp-handle-file-name-as-directory): New defun. |
8 (tramp-file-name-handler-alist): Handle `file-name-as-directory'. | 12 (tramp-file-name-handler-alist): Handle `file-name-as-directory'. |
9 | 13 |
10 * net/tramp-fish.el (tramp-fish-file-name-handler-alist) | 14 * net/tramp-fish.el (tramp-fish-file-name-handler-alist) |
11 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Handle | 15 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): |
12 `file-name-as-directory'. | 16 Handle `file-name-as-directory'. |
13 | 17 |
14 2008-11-16 Chong Yidong <cyd@stupidchicken.com> | 18 2008-11-16 Chong Yidong <cyd@stupidchicken.com> |
15 | 19 |
16 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the | 20 * startup.el (fancy-startup-text): Give "Emacs tutorial" line the |
17 usual variable-pitch face. | 21 usual variable-pitch face. |
2077 | 2081 |
2078 * help-mode.el (help-xref-forward-stack): Doc fix. | 2082 * help-mode.el (help-xref-forward-stack): Doc fix. |
2079 | 2083 |
2080 * add-log.el (change-log-default-name): Autoload safety. | 2084 * add-log.el (change-log-default-name): Autoload safety. |
2081 | 2085 |
2082 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> | 2086 2008-09-05 Wilson Snyder <wsnyder@wsnyder.org> |
2083 | 2087 |
2084 * verilog-mode.el (verilog-library-extensions): Enable .sv | 2088 * verilog-mode.el (verilog-library-extensions): Enable .sv |
2085 filename extensions to call verilog-mode. | 2089 filename extensions to call verilog-mode. |
2086 (verilog-auto, verilog-auto-inst, verilog-faq) | 2090 (verilog-auto, verilog-auto-inst, verilog-faq) |
2087 (verilog-submit-bug-report): Update author support URLs. | 2091 (verilog-submit-bug-report): Update author support URLs. |