diff options
| author | Karoly Lorentey | 2005-06-26 21:12:57 +0000 |
|---|---|---|
| committer | Karoly Lorentey | 2005-06-26 21:12:57 +0000 |
| commit | d836b39b818551c04c7e598176d3f26be7abfa5e (patch) | |
| tree | 51bad97e4eeb9af7e1e00646a324a38e33466beb /src/ChangeLog | |
| parent | 4ea81208d4c43df774e540a603be8f68cb470466 (diff) | |
| parent | c3bf675dd1caa64c514dcac38e2d21c64597f9ff (diff) | |
| download | emacs-d836b39b818551c04c7e598176d3f26be7abfa5e.tar.gz emacs-d836b39b818551c04c7e598176d3f26be7abfa5e.zip | |
Merged from miles@gnu.org--gnu-2005 (patch 447-448)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-447
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-448
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-360
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 51 |
1 files changed, 51 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 2ffb3c4959c..046d1a321fe 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,54 @@ | |||
| 1 | 2005-06-25 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * macfns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 4 | |||
| 5 | * w32fns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 6 | |||
| 7 | * xfns.c (Fx_show_tip): Pass new arg to try_window. | ||
| 8 | |||
| 9 | * xdisp.c (try_window): New arg CHECK_MARGINS. Calls changed. | ||
| 10 | (redisplay_window): Handle try_window reporting point in scroll margin. | ||
| 11 | |||
| 12 | * dispextern.h (try_window): Declare new arg. | ||
| 13 | |||
| 14 | * fileio.c (Fcopy_file): New arg PRESERVE_UID_GID. | ||
| 15 | Use fchmod to copy the file modes. | ||
| 16 | (Frename_file): Don't copy UID and GID here; | ||
| 17 | instead, specify t for PRESERVE_UID_GID when calling Fcopy_file. | ||
| 18 | |||
| 19 | * eval.c (call_debugger): Take full care of extending stack limits | ||
| 20 | to make space for the debugger, and restore the change afterward. | ||
| 21 | Bind debug-on-error to nil. | ||
| 22 | (restore_stack_limits): New subroutine. | ||
| 23 | (Fsignal): Extend specpdl bound along with eval depth bound, | ||
| 24 | for calling edebug. Don't do either one, for calling debugger. | ||
| 25 | (find_handler_clause): Don't bind debug-on-error here. | ||
| 26 | Don't unbind anything either. | ||
| 27 | Temporarily advance max_specpdl_size for calling | ||
| 28 | internal_with_output_to_temp_buffer. | ||
| 29 | (grow_specpdl): Don't alter max_specpdl_size before signaling | ||
| 30 | an error. | ||
| 31 | (syms_of_eval) <max-specpdl-size>: Doc fix. | ||
| 32 | |||
| 33 | * lread.c (read1): 0.0e+NaN should make a "positive" NaN. | ||
| 34 | |||
| 35 | 2005-06-24 Eli Zaretskii <eliz@gnu.org> | ||
| 36 | |||
| 37 | * fileio.c (Frename_file): Undo last change: no need to ifdef away | ||
| 38 | chown on DOS_NT platforms. | ||
| 39 | |||
| 40 | * w32.c (sys_chown): New function. | ||
| 41 | |||
| 42 | * s/ms-w32.h (chown): New; define to sys_chown. | ||
| 43 | |||
| 44 | 2005-06-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 45 | |||
| 46 | * xdisp.c (syms_of_xdisp) <nobreak-char-display>: Doc fix. | ||
| 47 | (syms_of_xdisp) <void-text-area-pointer>: Doc fix. | ||
| 48 | |||
| 49 | * fileio.c (Frename_file)[!DOS_NT]: Don't call chown on | ||
| 50 | MSDOS/Windows. | ||
| 51 | |||
| 1 | 2005-06-23 Richard M. Stallman <rms@gnu.org> | 52 | 2005-06-23 Richard M. Stallman <rms@gnu.org> |
| 2 | 53 | ||
| 3 | * xdisp.c (get_next_display_element): Finish reversing the tests of | 54 | * xdisp.c (get_next_display_element): Finish reversing the tests of |