aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Potortì2003-01-13 23:08:23 +0000
committerFrancesco Potortì2003-01-13 23:08:23 +0000
commite833850f140f32b8d1eea4cff72f39cd630ea6a0 (patch)
treea114b7358965e7fb08c11997e398a430ec75aef2
parenta42e9704f249843536e7c54b44770dc73e7dcc3f (diff)
downloademacs-e833850f140f32b8d1eea4cff72f39cd630ea6a0.tar.gz
emacs-e833850f140f32b8d1eea4cff72f39cd630ea6a0.zip
*** empty log message ***
-rw-r--r--ChangeLog4
-rw-r--r--src/ChangeLog16
2 files changed, 15 insertions, 5 deletions
diff --git a/ChangeLog b/ChangeLog
index 2b90d93b998..2811b6e56f1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
12003-01-14 Francesco Potort,Al(B <pot@gnu.org>
2
3 * configure (m68k-motorola-sysv): Removed (obsolete).
4
12003-01-07 Steven Tamm <steventamm@mac.com> 52003-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 @@
12003-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
12003-01-13 Dave Love <fx@gnu.org> 72003-01-13 Dave Love <fx@gnu.org>
2 8
3 * fns.c (Freverse): Use QUIT. 9 * fns.c (Freverse): Use QUIT.
4 10
52003-01-13 Richard M. Stallman <rms@gnu.org> 112003-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
762003-01-08 Kim F. Storm <storm@cua.dk> 822003-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
1492002-12-30 Steven Tamm <steventamm@mac.com> 1552002-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
1542002-12-29 Francesco Potort,Al(B <pot@gnu.org> 1602002-12-29 Francesco Potort,Al(B <pot@gnu.org>