aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog76
1 files changed, 72 insertions, 4 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 94cfec41a62..2d312756daf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,11 +1,80 @@
12005-06-29 Juanma Barranquero <lekktu@gmail.com>
2
3 * eval.c (user_variable_p_eh): New function.
4 (Fuser_variable_p): Use it. Clarify docstring.
5 Return t for aliases of user options, nil for alias loops.
6
72005-06-27 Richard M. Stallman <rms@gnu.org>
8
9 * eval.c (Fdefvar): Improve error message.
10
112005-06-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
12
13 * macterm.c [USE_CARBON_EVENTS] (mac_convert_event_ref): Fix last
14 change.
15
162005-06-27 Juanma Barranquero <lekktu@gmail.com>
17
18 * eval.c (Fdefvar): Don't try to set constant symbols.
19
202005-06-25 Richard M. Stallman <rms@gnu.org>
21
22 * macfns.c (Fx_show_tip): Pass new arg to try_window.
23
24 * w32fns.c (Fx_show_tip): Pass new arg to try_window.
25
26 * xfns.c (Fx_show_tip): Pass new arg to try_window.
27
28 * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed.
29 (redisplay_window): Handle try_window reporting point in scroll margin.
30
31 * dispextern.h (try_window): Declare new arg.
32
33 * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID.
34 Use fchmod to copy the file modes.
35 (Frename_file): Don't copy UID and GID here;
36 instead, specify t for PRESERVE_UID_GID when calling Fcopy_file.
37
38 * eval.c (call_debugger): Take full care of extending stack limits
39 to make space for the debugger, and restore the change afterward.
40 Bind debug-on-error to nil.
41 (restore_stack_limits): New subroutine.
42 (Fsignal): Extend specpdl bound along with eval depth bound,
43 for calling edebug. Don't do either one, for calling debugger.
44 (find_handler_clause): Don't bind debug-on-error here.
45 Don't unbind anything either.
46 Temporarily advance max_specpdl_size for calling
47 internal_with_output_to_temp_buffer.
48 (grow_specpdl): Don't alter max_specpdl_size before signaling
49 an error.
50 (syms_of_eval) <max-specpdl-size>: Doc fix.
51
52 * lread.c (read1): 0.0e+NaN should make a "positive" NaN.
53
542005-06-24 Eli Zaretskii <eliz@gnu.org>
55
56 * fileio.c (Frename_file): Undo last change: no need to ifdef away
57 chown on DOS_NT platforms.
58
59 * w32.c (sys_chown): New function.
60
61 * s/ms-w32.h (chown): New; define to sys_chown.
62
632005-06-24 Juanma Barranquero <lekktu@gmail.com>
64
65 * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix.
66 (syms_of_xdisp) <void-text-area-pointer>: Doc fix.
67
68 * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on MSDOS/Windows.
69
12005-06-23 Richard M. Stallman <rms@gnu.org> 702005-06-23 Richard M. Stallman <rms@gnu.org>
2 71
3 * xdisp.c (get_next_display_element): Finish reversing the tests of 72 * xdisp.c (get_next_display_element): Finish reversing the tests of
4 Vnobreak_char_display. 73 Vnobreak_char_display.
5 74
6 * xdisp.c (Vnobreak_char_display): Renamed from Vshow_nonbreak_escape. 75 * xdisp.c (Vnobreak_char_display): Rename from Vshow_nonbreak_escape.
7 All uses changed. 76 All uses changed.
8 (Qnobreak_space): Renamed from Qno_break_space. All uses changed. 77 (Qnobreak_space): Rename from Qno_break_space. All uses changed.
9 (syms_of_xdisp): Define nobreak-char-display and nobreak-space. 78 (syms_of_xdisp): Define nobreak-char-display and nobreak-space.
10 79
11 * fileio.c (Frename_file): Preserve owner and group, if possible, 80 * fileio.c (Frename_file): Preserve owner and group, if possible,
@@ -301,8 +370,7 @@
301 370
3022005-06-06 Eli Zaretskii <eliz@gnu.org> 3712005-06-06 Eli Zaretskii <eliz@gnu.org>
303 372
304 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): 373 * w32heap.h (OFFSET_TO_RVA, RVA_TO_OFFSET, RVA_TO_PTR): Remove macros.
305 Remove macros.
306 374
307 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h. 375 * unexw32.c (RVA_TO_PTR): Move here from w32heap.h.
308 376