Mercurial > emacs
comparison lisp/ChangeLog @ 57797:dc994538d85a
(custom-deps, autoloads): Fix *-hooks -> *-hook.
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sat, 30 Oct 2004 16:43:18 +0000 |
parents | 094e5f10cb38 |
children | 072a1474f638 |
comparison
equal
deleted
inserted
replaced
57796:094e5f10cb38 | 57797:dc994538d85a |
---|---|
1 2004-10-30 Stefan <monnier@iro.umontreal.ca> | |
2 | |
3 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook. | |
4 | |
1 2004-10-30 Juri Linkov <juri@jurta.org> | 5 2004-10-30 Juri Linkov <juri@jurta.org> |
2 | 6 |
3 * help.el (function-called-at-point): | 7 * help.el (function-called-at-point): |
4 * help-fns.el (variable-at-point): read -> intern. | 8 * help-fns.el (variable-at-point): Read -> intern. |
5 | 9 |
6 2004-10-30 Simon Josefsson <jas@extundo.com> | 10 2004-10-30 Simon Josefsson <jas@extundo.com> |
7 | 11 |
8 * progmodes/autoconf.el (autoconf-font-lock-keywords): Recognize | 12 * progmodes/autoconf.el (autoconf-font-lock-keywords): |
9 AS_* too. | 13 Recognize AS_* too. |
10 | 14 |
11 2004-10-29 Simon Josefsson <jas@extundo.com> | 15 2004-10-29 Simon Josefsson <jas@extundo.com> |
12 | 16 |
13 * subr.el (read-passwd): Move back from password.el. | 17 * subr.el (read-passwd): Move back from password.el. |
14 | 18 |
73 (set-auto-mode): Use it to handle aliased modes and to | 77 (set-auto-mode): Use it to handle aliased modes and to |
74 be consistent between C-x C-f and C-x C-w. | 78 be consistent between C-x C-f and C-x C-w. |
75 | 79 |
76 2004-10-28 Kenichi Handa <handa@m17n.org> | 80 2004-10-28 Kenichi Handa <handa@m17n.org> |
77 | 81 |
78 * international/utf-8.el (utf-translate-cjk-charsets): Add | 82 * international/utf-8.el (utf-translate-cjk-charsets): |
79 katakana-jisx0201. | 83 Add katakana-jisx0201. |
80 | 84 |
81 * international/subst-jis.el: Add data for JISX0201. | 85 * international/subst-jis.el: Add data for JISX0201. |
82 | 86 |
83 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca> | 87 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca> |
84 | 88 |