aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog77
1 files changed, 76 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 4ea174bdc60..34bf8b41b45 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,6 +1,81 @@
12005-04-04 Kim F. Storm <storm@cua.dk>
2
3 * alloc.c (Fgarbage_collect): Call CHECK_CONS_LIST before and after gc.
4
5 * eval.c (Ffuncall): Always call CHECK_CONS_LIST on entry.
6 Call it again after autoload.
7
82005-04-02 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
9
10 * alloc.c (allocate_string_data): Call BLOCK_INPUT before calling
11 mallopt.
12
13 * ralloc.c (r_alloc_init): Ditto.
14
152005-04-01 Kenichi Handa <handa@m17n.org>
16
17 * lisp.h (Vascii_upcase_table, Vascii_canon_table,
18 Vascii_eqv_table): Extern them.
19
20 * casetab.c (set_case_table): If standard is nonzero, setup
21 Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table.
22
23 * search.c (looking_at_1): Use current_buffer->case_canon_table,
24 not DOWNCASE_TABLE.
25 (string_match_1): Likewise.
26 (fast_c_string_match_ignore_case): Use Vascii_canon_table, not
27 Vascii_downcase_table.
28 (fast_string_match_ignore_case): Likewise.
29 (search_buffer): Fix checking of boyer-moore usability.
30 (boyer_moore): Calculate translate_prev_byte1/2/3 in advance. No
31 need of tranlating characters in PAT. Fix calculation of
32 simple_translate.
33
342005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * xterm.c [HAVE_XAW3D]: Include ThreeD.h for XtNbeNiceToColormap.
37 (x_create_toolkit_scroll_bar): Test XtNbeNiceToColormap before using it.
38 Use XtNtopShadowPixel and XtNbottomShadowPixel.
39 (x_set_toolkit_scroll_bar_thumb): Remove ugly old hack that didn't
40 really work and that breaks with some versions of Xaw3d.
41
422005-03-31 Kenichi Handa <handa@m17n.org>
43
44 * coding.c (syms_of_coding): Fix previous change.
45
462005-03-30 Stefan Monnier <monnier@iro.umontreal.ca>
47
48 * fileio.c (search_embedded_absfilename): Fix last change.
49
502005-03-25 Kenichi Handa <handa@m17n.org>
51
52 * coding.c (syms_of_coding): Suggest to use set-coding-category in
53 the docstring of coding-category-list.
54
552005-03-31 Kim F. Storm <storm@cua.dk>
56
57 * keyboard.c (Qmouse_fixup_help_message): New var.
58 (syms_of_keyboard): Intern and staticpro it.
59 (show_help_echo): Apply mouse-fixup-help-message to help string.
60
612005-03-30 Kim F. Storm <storm@cua.dk>
62
63 * xdisp.c (display_line): Allow multiple overlay arrows in window.
64
652005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
66
67 * fileio.c (Fexpand_file_name): Use IS_DEVICE_SEP.
68 (file_name_absolute_p): New fun, extracted from Ffile_name_absolute_p.
69 (Ffile_name_absolute_p): Use it.
70 (search_embedded_absfilename): New fun, extracted from
71 Fsubstitute_in_file_name. Use file_name_absolute_p.
72 Free the pw data after use.
73 (Fsubstitute_in_file_name): Use it.
74 After cutting a prefix, re-check file-name-handler.
75
12005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se> 762005-03-26 Lennart Borgman <lennart.borgman.073@student.lu.se>
2 77
3 * w32term.h (x_output): add focus_state. 78 * w32term.h (x_output): Add focus_state.
4 79
5 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions. 80 * w32term.c (x_focus_changed, w32_detect_focus_change): New functions.
6 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change. 81 (w32_read_socket) [WM_SETFOCUS]: Call w32_detect_focus_change.