comparison src/ChangeLog @ 49213:07f70ad1cf1e

*** empty log message ***
author Francesco Potortì <pot@gnu.org>
date Mon, 13 Jan 2003 23:08:23 +0000
parents 5980231f9faa
children f727d33ea810
comparison
equal deleted inserted replaced
49212:df346b1756dc 49213:07f70ad1cf1e
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
11 if there's a post-command-hook. 17 if there's a post-command-hook.
12 18
69 call XQueryPointer to get coordinates. 75 call XQueryPointer to get coordinates.
70 (popup_get_selection): Do not set popup_activated_flag to zero, 76 (popup_get_selection): Do not set popup_activated_flag to zero,
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
78 * process.c (server_accept_connection): Fixed recording of new 84 * process.c (server_accept_connection): Fixed recording of new
79 connection's local address in :local property of contact info. 85 connection's local address in :local property of contact info.
96 102
97 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT. 103 * xdisp.c (try_scrolling): New arg LAST_LINE_MISFIT.
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.
112 (syms_of_keymap): staticpro them. 118 (syms_of_keymap): staticpro them.
113 (Fapropos_internal): Initialize them and clear them out. 119 (Fapropos_internal): Initialize them and clear them out.
146 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to 152 * macterm.c (syms_of_macterm): Provide the feature "mac-carbon" to
147 distinguish Carbon GUI builds from X11 builds on darwin. 153 distinguish Carbon GUI builds from X11 builds on darwin.
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>
155 161
156 * data.c (Fstring_to_number, Fminus): Better English in doc strings. 162 * data.c (Fstring_to_number, Fminus): Better English in doc strings.