Mercurial > emacs
comparison src/ChangeLog @ 53828:9197b200706c
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Fri, 06 Feb 2004 04:54:28 +0000 |
parents | 3b1ebffbffa9 |
children | f83f4889c092 |
comparison
equal
deleted
inserted
replaced
53827:44d25617bd98 | 53828:9197b200706c |
---|---|
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. |
11 | 26 |
12 2004-02-05 Kenichi Handa <handa@m17n.org> | 27 2004-02-05 Kenichi Handa <handa@m17n.org> |