diff options
| author | Miles Bader | 2001-11-02 05:53:54 +0000 |
|---|---|---|
| committer | Miles Bader | 2001-11-02 05:53:54 +0000 |
| commit | e8cdeaca91e55c126a2d47cceb9d60478cb1fb46 (patch) | |
| tree | 9c97d7bde59538cebb6c04e8dc9363d0a3fbbd7c /lisp/ChangeLog | |
| parent | 6e88156740e011ff60214113fc8d1bab8ccc71d6 (diff) | |
| download | emacs-e8cdeaca91e55c126a2d47cceb9d60478cb1fb46.tar.gz emacs-e8cdeaca91e55c126a2d47cceb9d60478cb1fb46.zip | |
(describe-character-set)
(describe-coding-system): Pass correct args to `help-xref-button'.
(sort-listed-character-sets): New button type.
(list-character-sets): Use it.
(list-charset-chars): New button type.
(list-character-sets-1): Use it.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ba35309ebfb..d1a9b79eb0c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,4 +1,20 @@ | |||
| 1 | 2001-11-01 Stefan Monnier <monnier@cs.yale.edu> | 1 | 2001-11-02 Miles Bader <miles@gnu.org> |
| 2 | |||
| 3 | * help-mode.el (help-xref): New button type. | ||
| 4 | (help-function, help-variable, help-face, help-coding-system) | ||
| 5 | (help-input-method, help-character-set, help-type, help-symbol) | ||
| 6 | (help-back, help-info, help-customize-variable, help-customize-face) | ||
| 7 | (help-function-def, help-variable-def): Use it as a supertype. | ||
| 8 | Remove `action' property. | ||
| 9 | |||
| 10 | * international/mule-diag.el (describe-character-set) | ||
| 11 | (describe-coding-system): Pass correct args to `help-xref-button'. | ||
| 12 | (sort-listed-character-sets): New button type. | ||
| 13 | (list-character-sets): Use it. | ||
| 14 | (list-charset-chars): New button type. | ||
| 15 | (list-character-sets-1): Use it. | ||
| 16 | |||
| 17 | 2001-11-01 Stefan Monnier <monnier@rum.cs.yale.edu> | ||
| 2 | 18 | ||
| 3 | * indent.el (tab-always-indent, indent-for-tab-command): | 19 | * indent.el (tab-always-indent, indent-for-tab-command): |
| 4 | Remove redundant `never' setting. | 20 | Remove redundant `never' setting. |