diff options
| author | Paul Eggert | 2013-03-19 22:17:04 -0700 |
|---|---|---|
| committer | Paul Eggert | 2013-03-19 22:17:04 -0700 |
| commit | 2667d15db22d6f012666dcb76d044a7cd2e9922b (patch) | |
| tree | 8166f7239fc3450e05977c969cdc0ba120f6a1ac /lisp/ChangeLog | |
| parent | 438b0579ab80032061096c637e0fe10b97ae5a38 (diff) | |
| download | emacs-2667d15db22d6f012666dcb76d044a7cd2e9922b.tar.gz emacs-2667d15db22d6f012666dcb76d044a7cd2e9922b.zip | |
Suppress unnecessary non-ASCII chatter during build process.
* international/ja-dic-cnv.el (skkdic-collect-okuri-nasi)
(batch-skkdic-convert): Suppress most of the chatter.
It's not needed so much now that machines are faster,
and its non-ASCII component was confusing; see Dmitry Gutov in
<http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 59cf8bac5fb..392cc9ac2fa 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2013-03-20 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Suppress unnecessary non-ASCII chatter during build process. | ||
| 4 | * international/ja-dic-cnv.el (skkdic-collect-okuri-nasi) | ||
| 5 | (batch-skkdic-convert): Suppress most of the chatter. | ||
| 6 | It's not needed so much now that machines are faster, | ||
| 7 | and its non-ASCII component was confusing; see Dmitry Gutov in | ||
| 8 | <http://lists.gnu.org/archive/html/emacs-devel/2013-03/msg00508.html>. | ||
| 9 | |||
| 1 | 2013-03-20 Leo Liu <sdl.web@gmail.com> | 10 | 2013-03-20 Leo Liu <sdl.web@gmail.com> |
| 2 | 11 | ||
| 3 | * ido.el (ido-chop): Fix bug#10994. | 12 | * ido.el (ido-chop): Fix bug#10994. |