Mercurial > emacs
comparison src/ChangeLog @ 85336:72683537bada
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 17 Oct 2007 01:32:19 +0000 |
parents | a89507976418 |
children | 99492f857499 |
comparison
equal
deleted
inserted
replaced
85335:352168713264 | 85336:72683537bada |
---|---|
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 |