comparison src/ChangeLog @ 90199:bb71c6cf2009

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-67 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 447-458) - Update from CVS - Update from CVS: lisp/subr.el (add-to-ordered-list): Doc fix. - Merge from gnus--rel--5.10 * gnus--rel--5.10 (patch 83-85) - Merge from emacs--cvs-trunk--0 - Update from CVS
author Miles Bader <miles@gnu.org>
date Thu, 30 Jun 2005 00:31:46 +0000
parents b7da78284d4c a7d45b7cc6d5
children f9a65d7ebd29
comparison
equal deleted inserted replaced
90198:97f6c3a96df1 90199:bb71c6cf2009
1 2005-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
7 2005-06-27 Richard M. Stallman <rms@gnu.org>
8
9 * eval.c (Fdefvar): Improve error message.
10
11 2005-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
16 2005-06-27 Juanma Barranquero <lekktu@gmail.com>
17
18 * eval.c (Fdefvar): Don't try to set constant symbols.
19
20 2005-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
54 2005-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
63 2005-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
1 2005-06-23 Richard M. Stallman <rms@gnu.org> 70 2005-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,
12 when copying. 81 when copying.
13 82
299 368
300 * config.in: Add HAVE_CANCELMENUTRACKING. 369 * config.in: Add HAVE_CANCELMENUTRACKING.
301 370
302 2005-06-06 Eli Zaretskii <eliz@gnu.org> 371 2005-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
309 * w32proc.c (RVA_TO_PTR): New macro. 377 * w32proc.c (RVA_TO_PTR): New macro.
310 378