diff options
| author | Miles Bader | 2005-06-30 00:31:46 +0000 |
|---|---|---|
| committer | Miles Bader | 2005-06-30 00:31:46 +0000 |
| commit | eeb88b27e1dbd3f412aa684d44e4a784f6e536a2 (patch) | |
| tree | 23ea1eda87f588e060b6c00e9c7ffac6a89a7e42 /src/ChangeLog | |
| parent | 16e1457021e3f6e3b83fc9b5262fde38b7140c96 (diff) | |
| parent | 84861437f914ac45c1eea7b6477ffc4783bb3bdd (diff) | |
| download | emacs-eeb88b27e1dbd3f412aa684d44e4a784f6e536a2.tar.gz emacs-eeb88b27e1dbd3f412aa684d44e4a784f6e536a2.zip | |
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
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 76 |
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 @@ | |||
| 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, |
| @@ -301,8 +370,7 @@ | |||
| 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 | ||