diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 55 |
1 files changed, 54 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c3f13e624a8..a7c0dfdb8fa 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,56 @@ | |||
| 1 | 2005-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling | ||
| 4 | mallopt. | ||
| 5 | |||
| 6 | * ralloc.c (r_alloc_init): Ditto. | ||
| 7 | |||
| 8 | 2005-04-01 Kenichi Handa <handa@m17n.org> | ||
| 9 | |||
| 10 | * lisp.h (Vascii_upcase_table, Vascii_canon_table, | ||
| 11 | Vascii_eqv_table): Extern them. | ||
| 12 | |||
| 13 | * casetab.c (set_case_table): If standard is nonzero, setup | ||
| 14 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. | ||
| 15 | |||
| 16 | * search.c (looking_at_1): Use current_buffer->case_canon_table, | ||
| 17 | not DOWNCASE_TABLE. | ||
| 18 | (string_match_1): Likewise. | ||
| 19 | (fast_c_string_match_ignore_case): Use Vascii_canon_table, not | ||
| 20 | Vascii_downcase_table. | ||
| 21 | (fast_string_match_ignore_case): Likewise. | ||
| 22 | (search_buffer): Fix checking of boyer-moore usability. | ||
| 23 | (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. No | ||
| 24 | need of tranlating characters in PAT. Fix calculation of | ||
| 25 | simple_translate. | ||
| 26 | |||
| 27 | 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 28 | |||
| 29 | * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap. | ||
| 30 | (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it. | ||
| 31 | Use XtNtopShadowPixel and XtNbottomShadowPixel. | ||
| 32 | (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't | ||
| 33 | really work and that breaks with some versions of Xaw3d. | ||
| 34 | |||
| 35 | 2005-03-31 Kenichi Handa <handa@m17n.org> | ||
| 36 | |||
| 37 | * coding.c (syms_of_coding): Fix previous change. | ||
| 38 | |||
| 39 | 2005-03-30 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 40 | |||
| 41 | * fileio.c (search_embedded_absfilename): Fix last change. | ||
| 42 | |||
| 43 | 2005-03-25 Kenichi Handa <handa@m17n.org> | ||
| 44 | |||
| 45 | * coding.c (syms_of_coding): Suggest to use set-coding-category in | ||
| 46 | the docstring of coding-category-list. | ||
| 47 | |||
| 48 | 2005-03-31 Kim F. Storm <storm@cua.dk> | ||
| 49 | |||
| 50 | * keyboard.c (Qmouse_fixup_help_message): New var. | ||
| 51 | (syms_of_keyboard): Intern and staticpro it. | ||
| 52 | (show_help_echo): Apply mouse-fixup-help-message to help string. | ||
| 53 | |||
| 1 | 2005-03-30 Kim F. Storm <storm@cua.dk> | 54 | 2005-03-30 Kim F. Storm <storm@cua.dk> |
| 2 | 55 | ||
| 3 | * xdisp.c (display_line): Allow multiple overlay arrows in window. | 56 | * xdisp.c (display_line): Allow multiple overlay arrows in window. |
| @@ -15,7 +68,7 @@ | |||
| 15 | 68 | ||
| 16 | 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> | 69 | 2005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> |
| 17 | 70 | ||
| 18 | * w32term.h (x_output): add focus_state. | 71 | * w32term.h (x_output): Add focus_state. |
| 19 | 72 | ||
| 20 | * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. | 73 | * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. |
| 21 | (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. | 74 | (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. |