diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-07-14 15:24:33 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2004-07-14 15:24:33 +0000 |
commit | d5c24489bda23bc04e39261f56c05837ecb89e12 (patch) | |
tree | e7e202b8d02055c02f2e27072172e4d2db381b06 | |
parent | eda20bd8c8221f7f90572aee6c386c6a863bf998 (diff) | |
download | emacs-d5c24489bda23bc04e39261f56c05837ecb89e12.tar.gz emacs-d5c24489bda23bc04e39261f56c05837ecb89e12.tar.bz2 emacs-d5c24489bda23bc04e39261f56c05837ecb89e12.zip |
*** empty log message ***
-rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b860134af46..bba807ac21b 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1475,6 +1475,14 @@ (timer-event-handler): Set triggered-p element non-nil while running the timer function. +2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca> + + * descr-text.el (describe-char-unicode-data) + (describe-char-unicodedata-file): Re-enable the unicode code now that + the licensing issues have been cleared in the unicode-4 license. + (describe-text-properties-1): Remove unused `overlay' var. + (describe-char): Remove unused var `buffer'. + 2004-05-14 David Ponce <david@dponce.com> * tree-widget.el: New file. |