Mercurial > emacs
changeset 49213:07f70ad1cf1e
*** empty log message ***
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Mon, 13 Jan 2003 23:08:23 +0000 |
parents | df346b1756dc |
children | 36655436667a |
files | ChangeLog src/ChangeLog |
diffstat | 2 files changed, 15 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Mon Jan 13 23:05:51 2003 +0000 +++ b/ChangeLog Mon Jan 13 23:08:23 2003 +0000 @@ -1,3 +1,7 @@ +2003-01-14 Francesco Potort,Al(B <pot@gnu.org> + + * configure (m68k-motorola-sysv): Removed (obsolete). + 2003-01-07 Steven Tamm <steventamm@mac.com> * configure.in: New option, --enable-carbon-app, to specify
--- a/src/ChangeLog Mon Jan 13 23:05:51 2003 +0000 +++ b/src/ChangeLog Mon Jan 13 23:08:23 2003 +0000 @@ -1,10 +1,16 @@ +2003-01-13 Francesco Potort,Al(B <pot@gnu.org> + + * fileio.c (Fdelete_directory, Fdelete_file): Document the + behaviour in front of symlinks. + (Fdelete_file): Raise an error on directories. + 2003-01-13 Dave Love <fx@gnu.org> * fns.c (Freverse): Use QUIT. 2003-01-13 Richard M. Stallman <rms@gnu.org> - * minibuf.c (minibuffer_completion_contents): + * minibuf.c (minibuffer_completion_contents): Error if point is inside prompt. * keyboard.c (command_loop_1): Don't redisplay directly @@ -71,7 +77,7 @@ let popup_deactivate_callback do that. Needed for Motif. Call x_dispatch_event instead of XtDispatchEvent. (xmenu_show): Calculate root coordinate from frame top/left position. - + 2003-01-08 Kim F. Storm <storm@cua.dk> @@ -98,14 +104,14 @@ Count LAST_LINE_MISFIT in scroll margin for end of window. Move label too_near_end before setting SCROLL_MARGIN_POS. Set LAST_LINE_MISFIT before jumping there. - + * xdisp.c (try_scrolling): Calculate amount_to_scroll better in scroll_conservatively case. If scrolling that much doesn't change STARTP, move it down one line. * xdisp.c (redisplay_window): Pass last_line_misfit arg to try_scrolling. Make it 1 after make_cursor_line_fully_visible fails. - + * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no selected frame. * keymap.c (apropos_predicate, apropos_accumulate): Make them static. @@ -148,7 +154,7 @@ 2002-12-30 Steven Tamm <steventamm@mac.com> - * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 + * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 to default to t. 2002-12-29 Francesco Potort,Al(B <pot@gnu.org>