Mercurial > emacs
comparison src/ChangeLog @ 79111:6e167c14a85a
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 17 Oct 2007 01:32:41 +0000 |
parents | 658e15fbbe35 |
children | 361a21ac1081 |
comparison
equal
deleted
inserted
replaced
79110:29f6806df351 | 79111:6e167c14a85a |
---|---|
1 2007-10-17 Glenn Morris <rgm@gnu.org> | |
2 | |
3 * minibuf.c (Qcompletion_ignore_case): New Lisp_Object. | |
4 (syms_of_minibuf): Add Qcompletion_ignore_case. | |
5 * dired.c (Qcompletion_ignore_case): Change to external. | |
6 (syms_of_dired) [VMS]: Remove Qcompletion_ignore_case. | |
7 * fileio.c (Qcompletion_ignore_case): New external Lisp_Object. | |
8 (Fread_file_name): Use it rather than intern'ing. | |
9 | |
10 * coding.c (Qcompletion_ignore_case): New external Lisp_Object. | |
11 (Fread_coding_system): Ignore case of user input. | |
12 | |
1 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> | 13 2007-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp> |
2 | 14 |
3 * xdisp.c (handle_display_prop): Ignore display specs after | 15 * xdisp.c (handle_display_prop): Ignore display specs after |
4 replacing one when string text is being replaced. | 16 replacing one when string text is being replaced. |
5 (handle_single_display_spec): Pretend as if characters with display | 17 (handle_single_display_spec): Pretend as if characters with display |