comparison src/ChangeLog @ 90136:7a3341d65a12

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-33 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 223-227) - Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 02 Apr 2005 22:40:25 +0000
parents 4da4a09e8b1b 1e515cc6ca0c
children 02f1dbc4a199
comparison
equal deleted inserted replaced
90135:baa2d4aa0064 90136:7a3341d65a12
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.
4 57
5 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca> 58 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
13 (Fsubstitute_in_file_name): Use it. 66 (Fsubstitute_in_file_name): Use it.
14 After cutting a prefix, re-check file-name-handler. 67 After cutting a prefix, re-check file-name-handler.
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.
22 75
23 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca> 76 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>