aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2013-03-19 22:17:04 -0700
committerPaul Eggert2013-03-19 22:17:04 -0700
commit2667d15db22d6f012666dcb76d044a7cd2e9922b (patch)
tree8166f7239fc3450e05977c969cdc0ba120f6a1ac /lisp/ChangeLog
parent438b0579ab80032061096c637e0fe10b97ae5a38 (diff)
downloademacs-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/ChangeLog9
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 @@
12013-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
12013-03-20 Leo Liu <sdl.web@gmail.com> 102013-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.