diff options
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. |