diff options
| author | Francesco Potortì | 2003-01-13 23:08:23 +0000 |
|---|---|---|
| committer | Francesco Potortì | 2003-01-13 23:08:23 +0000 |
| commit | e833850f140f32b8d1eea4cff72f39cd630ea6a0 (patch) | |
| tree | a114b7358965e7fb08c11997e398a430ec75aef2 | |
| parent | a42e9704f249843536e7c54b44770dc73e7dcc3f (diff) | |
| download | emacs-e833850f140f32b8d1eea4cff72f39cd630ea6a0.tar.gz emacs-e833850f140f32b8d1eea4cff72f39cd630ea6a0.zip | |
*** empty log message ***
| -rw-r--r-- | ChangeLog | 4 | ||||
| -rw-r--r-- | src/ChangeLog | 16 |
2 files changed, 15 insertions, 5 deletions
| @@ -1,3 +1,7 @@ | |||
| 1 | 2003-01-14 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * configure (m68k-motorola-sysv): Removed (obsolete). | ||
| 4 | |||
| 1 | 2003-01-07 Steven Tamm <steventamm@mac.com> | 5 | 2003-01-07 Steven Tamm <steventamm@mac.com> |
| 2 | 6 | ||
| 3 | * configure.in: New option, --enable-carbon-app, to specify | 7 | * configure.in: New option, --enable-carbon-app, to specify |
diff --git a/src/ChangeLog b/src/ChangeLog index 681009e6ea1..12bedb31cb7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,10 +1,16 @@ | |||
| 1 | 2003-01-13 Francesco Potort,Al(B <pot@gnu.org> | ||
| 2 | |||
| 3 | * fileio.c (Fdelete_directory, Fdelete_file): Document the | ||
| 4 | behaviour in front of symlinks. | ||
| 5 | (Fdelete_file): Raise an error on directories. | ||
| 6 | |||
| 1 | 2003-01-13 Dave Love <fx@gnu.org> | 7 | 2003-01-13 Dave Love <fx@gnu.org> |
| 2 | 8 | ||
| 3 | * fns.c (Freverse): Use QUIT. | 9 | * fns.c (Freverse): Use QUIT. |
| 4 | 10 | ||
| 5 | 2003-01-13 Richard M. Stallman <rms@gnu.org> | 11 | 2003-01-13 Richard M. Stallman <rms@gnu.org> |
| 6 | 12 | ||
| 7 | * minibuf.c (minibuffer_completion_contents): | 13 | * minibuf.c (minibuffer_completion_contents): |
| 8 | Error if point is inside prompt. | 14 | Error if point is inside prompt. |
| 9 | 15 | ||
| 10 | * keyboard.c (command_loop_1): Don't redisplay directly | 16 | * keyboard.c (command_loop_1): Don't redisplay directly |
| @@ -71,7 +77,7 @@ | |||
| 71 | let popup_deactivate_callback do that. Needed for Motif. | 77 | let popup_deactivate_callback do that. Needed for Motif. |
| 72 | Call x_dispatch_event instead of XtDispatchEvent. | 78 | Call x_dispatch_event instead of XtDispatchEvent. |
| 73 | (xmenu_show): Calculate root coordinate from frame top/left position. | 79 | (xmenu_show): Calculate root coordinate from frame top/left position. |
| 74 | 80 | ||
| 75 | 81 | ||
| 76 | 2003-01-08 Kim F. Storm <storm@cua.dk> | 82 | 2003-01-08 Kim F. Storm <storm@cua.dk> |
| 77 | 83 | ||
| @@ -98,14 +104,14 @@ | |||
| 98 | Count LAST_LINE_MISFIT in scroll margin for end of window. | 104 | Count LAST_LINE_MISFIT in scroll margin for end of window. |
| 99 | Move label too_near_end before setting SCROLL_MARGIN_POS. | 105 | Move label too_near_end before setting SCROLL_MARGIN_POS. |
| 100 | Set LAST_LINE_MISFIT before jumping there. | 106 | Set LAST_LINE_MISFIT before jumping there. |
| 101 | 107 | ||
| 102 | * xdisp.c (try_scrolling): Calculate amount_to_scroll better in | 108 | * xdisp.c (try_scrolling): Calculate amount_to_scroll better in |
| 103 | scroll_conservatively case. If scrolling that much doesn't change | 109 | scroll_conservatively case. If scrolling that much doesn't change |
| 104 | STARTP, move it down one line. | 110 | STARTP, move it down one line. |
| 105 | 111 | ||
| 106 | * xdisp.c (redisplay_window): Pass last_line_misfit arg to try_scrolling. | 112 | * xdisp.c (redisplay_window): Pass last_line_misfit arg to try_scrolling. |
| 107 | Make it 1 after make_cursor_line_fully_visible fails. | 113 | Make it 1 after make_cursor_line_fully_visible fails. |
| 108 | 114 | ||
| 109 | * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no selected frame. | 115 | * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no selected frame. |
| 110 | 116 | ||
| 111 | * keymap.c (apropos_predicate, apropos_accumulate): Make them static. | 117 | * keymap.c (apropos_predicate, apropos_accumulate): Make them static. |
| @@ -148,7 +154,7 @@ | |||
| 148 | 154 | ||
| 149 | 2002-12-30 Steven Tamm <steventamm@mac.com> | 155 | 2002-12-30 Steven Tamm <steventamm@mac.com> |
| 150 | 156 | ||
| 151 | * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 | 157 | * macterm.c (syms_of_macterm): Set mac-wheel-button-is-mouse-2 |
| 152 | to default to t. | 158 | to default to t. |
| 153 | 159 | ||
| 154 | 2002-12-29 Francesco Potort,Al(B <pot@gnu.org> | 160 | 2002-12-29 Francesco Potort,Al(B <pot@gnu.org> |