diff options
| author | Luc Teirlinck | 2004-02-06 04:54:28 +0000 |
|---|---|---|
| committer | Luc Teirlinck | 2004-02-06 04:54:28 +0000 |
| commit | b0c138ce590417bf70988a0897d77bd48a8f10b3 (patch) | |
| tree | dfd80f3c15e2450bbd20307b1b5c19f9aa55a01c /src/ChangeLog | |
| parent | 9676f5adc5525807ea2af7ff59d33d86fd6ef67a (diff) | |
| download | emacs-b0c138ce590417bf70988a0897d77bd48a8f10b3.tar.gz emacs-b0c138ce590417bf70988a0897d77bd48a8f10b3.zip | |
(Fminibufferp, Fread_from_minibuffer)
(Fread_minibuffer, Feval_minibuffer)
(Fread_string, Fread_no_blanks_input)
(Fcompleting_read): Doc fixes.
(syms_of_minibuf): Doc fixes for minibuffer-completion-table and
completion-regexp-list. Define Qcase_fold_search and staticpro it.
(read_minibuf): Fix initial comment.
(Ftry_completion, Fall_completions, Ftest_completion): Bind
case-fold-serach to the value of completion-ignore-case when
checking completion-regexp-list.
(Fdisplay_completion_list): Make it handle arguments that are
symbols. Doc fix.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 17 |
1 files changed, 16 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b9ac9cad16a..88fb2566f65 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,25 @@ | |||
| 1 | 2004-02-05 Luc Teirlinck <teirllm@auburn.edu> | ||
| 2 | |||
| 3 | * minibuf.c (Fminibufferp, Fread_from_minibuffer) | ||
| 4 | (Fread_minibuffer, Feval_minibuffer) | ||
| 5 | (Fread_string, Fread_no_blanks_input) | ||
| 6 | (Fcompleting_read): Doc fixes. | ||
| 7 | (syms_of_minibuf): Doc fixes for minibuffer-completion-table and | ||
| 8 | completion-regexp-list. Define Qcase_fold_search and staticpro it. | ||
| 9 | (read_minibuf): Fix initial comment. | ||
| 10 | (Ftry_completion, Fall_completions, Ftest_completion): Bind | ||
| 11 | case-fold-serach to the value of completion-ignore-case when | ||
| 12 | checking completion-regexp-list. | ||
| 13 | (Fdisplay_completion_list): Make it handle arguments that are | ||
| 14 | symbols. Doc fix. | ||
| 15 | |||
| 1 | 2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | 16 | 2004-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> |
| 2 | 17 | ||
| 3 | * xterm.h: Add declaration of free_frame_menubar. | 18 | * xterm.h: Add declaration of free_frame_menubar. |
| 4 | 19 | ||
| 5 | * xfns.c (x_create_bitmap_mask): Removed unused variable depth. | 20 | * xfns.c (x_create_bitmap_mask): Removed unused variable depth. |
| 6 | (x_set_menu_bar_lines): Added ! defined USE_GTK for olines. | 21 | (x_set_menu_bar_lines): Added ! defined USE_GTK for olines. |
| 7 | (Fx_change_window_property): Add declaration of parameters type and | 22 | (Fx_change_window_property): Add declaration of parameters type and |
| 8 | format. Remove unused variable cons. | 23 | format. Remove unused variable cons. |
| 9 | 24 | ||
| 10 | * xselect.c: Include stdio,h. | 25 | * xselect.c: Include stdio,h. |