Mercurial > hg > xemacs-beta
comparison src/ChangeLog @ 4704:44c9d1005ce2
Bring `try-completion''s interface closer to GNU Emacs.
2009-09-29 Mike Sperber <mike@xemacs.org>
* minibuf.c (Ftry_completion): If the collection is a list, allow
plain elements instead of cons cells. (As in GNU Emacs.)
author | Mike Sperber <sperber@deinprogramm.de> |
---|---|
date | Wed, 30 Sep 2009 21:15:04 +0200 |
parents | 6dfca4f26f53 |
children | 7e79c8559ad1 |
comparison
equal
deleted
inserted
replaced
4703:6dfca4f26f53 | 4704:44c9d1005ce2 |
---|---|
2 | 2 |
3 * mule-coding.c (fixed_width_putprop): | 3 * mule-coding.c (fixed_width_putprop): |
4 Register any CCL programs, avoiding crashes described by Robert | 4 Register any CCL programs, avoiding crashes described by Robert |
5 Delius Royar. Though it's unclear why, I'll try to investigate | 5 Delius Royar. Though it's unclear why, I'll try to investigate |
6 once I'm on a 32-bit Unix machine regularly again. | 6 once I'm on a 32-bit Unix machine regularly again. |
7 | |
8 2009-09-29 Mike Sperber <mike@xemacs.org> | |
9 | |
10 * minibuf.c (Ftry_completion): If the collection is a list, allow | |
11 plain elements instead of cons cells. (As in GNU Emacs.) | |
7 | 12 |
8 2009-09-23 Stephen Turnbull <stephen@xemacs.org> | 13 2009-09-23 Stephen Turnbull <stephen@xemacs.org> |
9 | 14 |
10 * glyphs-eimage.c (png_instantiate): | 15 * glyphs-eimage.c (png_instantiate): |
11 Clean up PNG handling. Fixes crash in issue570. | 16 Clean up PNG handling. Fixes crash in issue570. |