diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 01740baa320..d1831cece40 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -9,6 +9,14 @@ | |||
| 9 | 9 | ||
| 10 | 2007-01-29 Kenichi Handa <handa@m17n.org> | 10 | 2007-01-29 Kenichi Handa <handa@m17n.org> |
| 11 | 11 | ||
| 12 | * international/ja-dic-cnv.el (skkdic-convert): Add | ||
| 13 | byte-compile-disable-print-circle:t at the head. | ||
| 14 | |||
| 15 | * international/titdic-cnv.el (tit-process-header): Add | ||
| 16 | byte-compile-disable-print-circle:t at the head. | ||
| 17 | (miscdic-convert): Likewise. | ||
| 18 | (py-converter): Skip the header comments. | ||
| 19 | |||
| 12 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New | 20 | * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New |
| 13 | variable. | 21 | variable. |
| 14 | (byte-compile-output-file-form): Bing print-circle to nil if | 22 | (byte-compile-output-file-form): Bing print-circle to nil if |