Mercurial > emacs
comparison lisp/ChangeLog @ 51058:8c21d7bbb81b
*** empty log message ***
author | John Paul Wallington <jpw@pobox.com> |
---|---|
date | Sat, 17 May 2003 22:47:18 +0000 |
parents | 964b7868500f |
children | 2cdb5fc52f8a |
comparison
equal
deleted
inserted
replaced
51057:afc4352d55f3 | 51058:8c21d7bbb81b |
---|---|
1 2003-05-17 John Paul Wallington <jpw@gnu.org> | |
2 | |
3 * international/ja-dic-cnv.el (skkdic-okuri-nasi-entries) | |
4 (skkdic-okuri-nasi-entries-count): Use defvar for non-constants. | |
5 | |
6 * register.el (number-to-register): Use `string-to-number' instead | |
7 of `string-to-int'. | |
8 | |
1 2003-05-17 Stefan Monnier <monnier@cs.yale.edu> | 9 2003-05-17 Stefan Monnier <monnier@cs.yale.edu> |
2 | 10 |
3 * which-func.el (which-func-format): Make it risky-local-variable. | 11 * which-func.el (which-func-format): Make it risky-local-variable. |
4 (which-func-table): New var. | 12 (which-func-table): New var. |
5 (which-func-current): Make it into a constant modeline spec. | 13 (which-func-current): Make it into a constant modeline spec. |
130 * format.el (format-annotate-function): Copy coding system into the | 138 * format.el (format-annotate-function): Copy coding system into the |
131 new temp buffer. | 139 new temp buffer. |
132 | 140 |
133 2003-05-14 John Paul Wallington <jpw@gnu.org> | 141 2003-05-14 John Paul Wallington <jpw@gnu.org> |
134 | 142 |
135 * ls-lisp.el (insert-directory): Remove --dired switch when | 143 * ls-lisp.el (insert-directory): Discard --dired switch when |
136 `ls-lisp-use-insert-directory-program' is nil. | 144 `ls-lisp-use-insert-directory-program' is nil. |
137 | 145 |
138 2003-05-13 Stefan Monnier <monnier@cs.yale.edu> | 146 2003-05-13 Stefan Monnier <monnier@cs.yale.edu> |
139 | 147 |
140 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs). | 148 * textmodes/ispell.el (xemacsp): Remove. Use (featurep 'xemacs). |