diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5a4c51c84d8..08fbd81d6fb 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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 |