# HG changeset patch # User Kenichi Handa # Date 1211547202 0 # Node ID e0eb4e6f3741521e05c6aa08f7fb39341c32a1d8 # Parent 1e646032185f8ff632987c3cf43e708d539d56e6 *** empty log message *** diff -r 1e646032185f -r e0eb4e6f3741 lisp/ChangeLog --- a/lisp/ChangeLog Fri May 23 12:51:12 2008 +0000 +++ b/lisp/ChangeLog Fri May 23 12:53:22 2008 +0000 @@ -1,3 +1,13 @@ +2008-05-23 Kenichi Handa + + * international/mule-conf.el: Don't define the charset `emacs' + here, just put :docstring, :short-name, and :long-name. + +2008-05-22 Kenichi Handa + + * international/mule-diag.el (font-show-log): Limit each listing + to 20 items. + 2008-05-23 Nick Roberts * progmodes/gdb-ui.el (gdb-enable-debug): New function. @@ -12,16 +22,18 @@ Exclude more '*loaddefs' files. (compile-always): Simplify '.elc' deletion. +>>>>>>> 1.13801 2008-05-23 Stefan Monnier * vc-bzr.el (vc-bzr-annotate-time): Reduce memory allocation. (vc-bzr-revision-completion-table): Handle `boundaries' argument. - * minibuffer.el (completion-boundaries): Change calling convention, so - `string' has the same semantics as in try-completion and all-completions. + * minibuffer.el (completion-boundaries): Change calling + convention, so `string' has the same semantics as in + try-completion and all-completions. (completion-table-with-context, completion--embedded-envvar-table) - (completion--file-name-table, completion-pcm--find-all-completions): - Adjust code accordingly. + (completion--file-name-table) + (completion-pcm--find-all-completions): Adjust code accordingly. 2008-05-22 Chong Yidong