comparison lisp/ChangeLog @ 75509:736978250957

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Mon, 29 Jan 2007 11:55:30 +0000
parents af977d704079
children f02795ed5f3e
comparison
equal deleted inserted replaced
75508:1809625e8d5c 75509:736978250957
1 2007-01-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * emacs-lisp/shadow.el (list-load-path-shadows): Doc fix.
4
1 2007-01-29 Kenichi Handa <handa@m17n.org> 5 2007-01-29 Kenichi Handa <handa@m17n.org>
2 6
3 * international/titdic-cnv.el (py-converter): Fix previous change. 7 * international/titdic-cnv.el (py-converter): Fix previous change.
4 8
5 2007-01-29 Chong Yidong <cyd@stupidchicken.com> 9 2007-01-29 Chong Yidong <cyd@stupidchicken.com>
11 * comint.el (comint-insert-input): Handle situation where the 15 * comint.el (comint-insert-input): Handle situation where the
12 selected buffer is not the clicked buffer. 16 selected buffer is not the clicked buffer.
13 17
14 2007-01-29 Kenichi Handa <handa@m17n.org> 18 2007-01-29 Kenichi Handa <handa@m17n.org>
15 19
16 * international/ja-dic-cnv.el (skkdic-convert): Add 20 * international/ja-dic-cnv.el (skkdic-convert):
17 byte-compile-disable-print-circle:t at the head. 21 Add byte-compile-disable-print-circle:t at the head.
18 22
19 * international/titdic-cnv.el (tit-process-header): Add 23 * international/titdic-cnv.el (tit-process-header):
20 byte-compile-disable-print-circle:t at the head. 24 Add byte-compile-disable-print-circle:t at the head.
21 (miscdic-convert): Likewise. 25 (miscdic-convert): Likewise.
22 (py-converter): Skip the header comments. 26 (py-converter): Skip the header comments.
23 27
24 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): New 28 * emacs-lisp/bytecomp.el (byte-compile-disable-print-circle):
25 variable. 29 New variable.
26 (byte-compile-output-file-form): Bing print-circle to nil if 30 (byte-compile-output-file-form): Bing print-circle to nil if
27 byte-compile-output-file-form is not nil. 31 byte-compile-output-file-form is not nil.
28 (byte-compile-output-docform): Likewise. 32 (byte-compile-output-docform): Likewise.
29 33
30 2007-01-28 Kim F. Storm <storm@cua.dk> 34 2007-01-28 Kim F. Storm <storm@cua.dk>