Mercurial > emacs
comparison lisp/ChangeLog @ 105664:6a6fcf3e8e4d
* minibuffer.el (read-file-name): Check for repeat before putting
a default argument in file-name-history (Bug#4657).
* emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table
read syntax (Bug#4737).
* textmodes/sgml-mode.el (sgml-delete-tag): Use
sgml-looking-back-at.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sun, 18 Oct 2009 22:25:36 +0000 |
parents | 5784286c9609 |
children | 933cd581fbcf |
comparison
equal
deleted
inserted
replaced
105663:2b51dcf71b63 | 105664:6a6fcf3e8e4d |
---|---|
1 2009-10-18 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 * minibuffer.el (read-file-name): Check for repeat before putting | |
4 a default argument in file-name-history (Bug#4657). | |
5 | |
6 * emacs-lisp/lisp-mode.el (preceding-sexp): Recognize hash table | |
7 read syntax (Bug#4737). | |
8 | |
9 * textmodes/sgml-mode.el (sgml-delete-tag): Use | |
10 sgml-looking-back-at. | |
11 | |
1 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com> | 12 2009-10-18 Aaron S. Hawley <aaron.s.hawley@gmail.com> |
2 | 13 |
3 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag. | 14 * textmodes/sgml-mode.el (sgml-tag-help): Prompt user for tag. |
4 (html-tag-alist, html-tag-help): Add descriptions for undocumented | 15 (html-tag-alist, html-tag-help): Add descriptions for undocumented |
5 entries and make note of obsolete tags. | 16 entries and make note of obsolete tags. |