diff options
| author | Richard M. Stallman | 2002-06-17 16:19:41 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2002-06-17 16:19:41 +0000 |
| commit | 2e4e635a5ac6aeb2ac0ce77be2bfe2383478353d (patch) | |
| tree | 8446d0a92c62b2f2f77640e3ce44d0f3de4ceead /lisp | |
| parent | bff1fa19e9e021f2a4c462cfd3db346d2718a6aa (diff) | |
| download | emacs-2e4e635a5ac6aeb2ac0ce77be2bfe2383478353d.tar.gz emacs-2e4e635a5ac6aeb2ac0ce77be2bfe2383478353d.zip | |
*** empty log message ***
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 31e9e826f4f..d24ce507049 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,22 @@ | |||
| 1 | 2002-06-17 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * facemenu.el (facemenu-map): Rename to Describe Text | ||
| 4 | to Describe Properties and use describe-text-properties. | ||
| 5 | |||
| 6 | * simple.el (what-cursor-position): Use describe-char. | ||
| 7 | |||
| 8 | * descr-text.el (describe-char): Moved from mule-diag.el, renamed | ||
| 9 | from describe-char-after. Now calls describe-text-properties. | ||
| 10 | (describe-property-list): Renamed from describe-text-properties. | ||
| 11 | (describe-text-properties): Renamed from describe-text-at. | ||
| 12 | New arg OUTPUT-BUFFER. | ||
| 13 | (describe-text-properties-1): | ||
| 14 | New subroutine, broken out from describe-text-properties. | ||
| 15 | Output a newline before each section of the output. | ||
| 16 | |||
| 17 | * international/mule-diag.el (describe-char-after): | ||
| 18 | Moved to descr-text.el. | ||
| 19 | |||
| 1 | 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il> | 20 | 2002-06-17 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 21 | ||
| 3 | * international/mule.el (ctext-pre-write-conversion): Fix the values | 22 | * international/mule.el (ctext-pre-write-conversion): Fix the values |