aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStefan Monnier2003-01-19 00:42:46 +0000
committerStefan Monnier2003-01-19 00:42:46 +0000
commit35d0e4fa0f6c0d07db22001fbacb697e6e24a6f8 (patch)
tree33ab0d8153d4ad22e6b3e8b2dc371037a2b75fe0 /src
parent18232c161dbcb653dcc3992b9ef4bf82d3d496e1 (diff)
downloademacs-35d0e4fa0f6c0d07db22001fbacb697e6e24a6f8.tar.gz
emacs-35d0e4fa0f6c0d07db22001fbacb697e6e24a6f8.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog52
1 files changed, 26 insertions, 26 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 032428948e9..e70b0b220cf 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12003-01-18 Stefan Monnier <monnier@cs.yale.edu>
2
3 * charset.h (Funibyte_char_to_multibyte): Export.
4
12003-01-18 Jan D. <jan.h.d@swipnet.se> 52003-01-18 Jan D. <jan.h.d@swipnet.se>
2 6
3 * xmenu.c (mouse_position_for_popup): New function. 7 * xmenu.c (mouse_position_for_popup): New function.
@@ -118,8 +122,7 @@
118 122
1192003-01-10 Dave Love <fx@gnu.org> 1232003-01-10 Dave Love <fx@gnu.org>
120 124
121 * composite.c (syms_of_composite): Make composition_hash_table 125 * composite.c (syms_of_composite): Make composition_hash_table weak.
122 weak.
123 126
1242003-01-09 Kim F. Storm <storm@cua.dk> 1272003-01-09 Kim F. Storm <storm@cua.dk>
125 128
@@ -131,11 +134,11 @@
131 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event 134 * xfns.c (Fx_file_dialog): Call XtAppNextEvent and x_dispatch_event
132 instead of XtAppProcessEvent. 135 instead of XtAppProcessEvent.
133 136
134 * xterm.c (handle_one_xevent): New function 137 * xterm.c (handle_one_xevent): New function.
135 (x_dispatch_event): New function 138 (x_dispatch_event): New function.
136 (XTread_socket): Call handle_one_xevent. 139 (XTread_socket): Call handle_one_xevent.
137 140
138 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): Added 141 * xterm.h (FRAME_OUTER_TO_INNER_DIFF_X/Y): New.
139 142
140 * xmenu.c (Fx_popup_menu): If popping up at mouse position, 143 * xmenu.c (Fx_popup_menu): If popping up at mouse position,
141 call XQueryPointer to get coordinates. 144 call XQueryPointer to get coordinates.
@@ -144,7 +147,6 @@
144 Call x_dispatch_event instead of XtDispatchEvent. 147 Call x_dispatch_event instead of XtDispatchEvent.
145 (xmenu_show): Calculate root coordinate from frame top/left position. 148 (xmenu_show): Calculate root coordinate from frame top/left position.
146 149
147
1482003-01-08 Kim F. Storm <storm@cua.dk> 1502003-01-08 Kim F. Storm <storm@cua.dk>
149 151
150 * process.c (server_accept_connection): Fixed recording of new 152 * process.c (server_accept_connection): Fixed recording of new
@@ -175,10 +177,11 @@
175 scroll_conservatively case. If scrolling that much doesn't change 177 scroll_conservatively case. If scrolling that much doesn't change
176 STARTP, move it down one line. 178 STARTP, move it down one line.
177 179
178 * xdisp.c (redisplay_window): Pass last_line_misfit arg to try_scrolling. 180 * xdisp.c (redisplay_window): Pass last_line_misfit arg to
179 Make it 1 after make_cursor_line_fully_visible fails. 181 try_scrolling. Make it 1 after make_cursor_line_fully_visible fails.
180 182
181 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no selected frame. 183 * xdisp.c (setup_echo_area_for_printing): Kill Emacs if no
184 selected frame.
182 185
183 * keymap.c (apropos_predicate, apropos_accumulate): Make them static. 186 * keymap.c (apropos_predicate, apropos_accumulate): Make them static.
184 (syms_of_keymap): staticpro them. 187 (syms_of_keymap): staticpro them.
@@ -237,9 +240,8 @@
237 240
238 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local) 241 * data.c (Fmakunbound, Ffmakunbound, Fmake_variable_buffer_local)
239 (Fsetq_default, Fmake_local_variable, Fkill_local_variable) 242 (Fsetq_default, Fmake_local_variable, Fkill_local_variable)
240 (Fmake_variable_frame_local, Faset, Fnumber_to_string) 243 (Fmake_variable_frame_local, Faset, Fnumber_to_string, Fminus)
241 (Fstring_to_number, Fminus): Mention the returned value in the doc 244 (Fstring_to_number): Mention the returned value in the doc strings.
242 strings.
243 245
2442002-12-23 Richard M. Stallman <rms@gnu.org> 2462002-12-23 Richard M. Stallman <rms@gnu.org>
245 247
@@ -256,11 +258,11 @@
256 258
2572002-12-22 Steven Tamm <steventamm@mac.com> 2592002-12-22 Steven Tamm <steventamm@mac.com>
258 260
259 * macmenu.c (MIN_POPUP_SUBMENU_ID): Added 261 * macmenu.c (MIN_POPUP_SUBMENU_ID): Add.
260 (mac_menu_show): Added support for hierarchical popup menus 262 (mac_menu_show): Add support for hierarchical popup menus.
261 (add_menu_item): Removed indentation support 263 (add_menu_item): Remove indentation support.
262 (fill_submenu, fill_menu): Now creates hierarchical menus 264 (fill_submenu, fill_menu): Create hierarchical menus
263 instead of using indentation 265 instead of using indentation.
264 266
2652002-12-22 Richard M. Stallman <rms@gnu.org> 2672002-12-22 Richard M. Stallman <rms@gnu.org>
266 268
@@ -338,8 +340,8 @@
338 purpose at this time is to set the global variables 340 purpose at this time is to set the global variables
339 g_b_init_is_windows_9x, g_b_init_open_process_token, 341 g_b_init_is_windows_9x, g_b_init_open_process_token,
340 g_b_init_get_token_information, g_b_init_lookup_account_sid, and 342 g_b_init_get_token_information, g_b_init_lookup_account_sid, and
341 g_b_init_get_sid_identifier_authority to 0 on startup. Called 343 g_b_init_get_sid_identifier_authority to 0 on startup.
342 from main. 344 Called from main.
343 345
344 * w32.c (is_windows_9x): Perform initialization only if 346 * w32.c (is_windows_9x): Perform initialization only if
345 g_b_init_is_windows_9x is equal to 0. On initialization set 347 g_b_init_is_windows_9x is equal to 0. On initialization set
@@ -358,19 +360,17 @@
358 set g_b_init_lookup_account_sid equal to 1. 360 set g_b_init_lookup_account_sid equal to 1.
359 361
360 * w32.c (get_sid_identifier_authority): Perform initialization 362 * w32.c (get_sid_identifier_authority): Perform initialization
361 only if g_b_init_get_sid_identifier_authority is equal to 0. On 363 only if g_b_init_get_sid_identifier_authority is equal to 0.
362 initialization set g_b_init_get_sid_identifier_authority equal to 364 On initialization set g_b_init_get_sid_identifier_authority equal to 1.
363 1.
364 365
365 * w32fns.c (globals_of_w32fns): New function. Used to initialize 366 * w32fns.c (globals_of_w32fns): New function. Used to initialize
366 those global variables that must always be initialized on startup 367 those global variables that must always be initialized on startup
367 even when the global variable initialized is non zero. Its 368 even when the global variable initialized is non zero.
368 primary purpose at this time is to initialize the global variable 369 Its primary purpose at this time is to initialize the global variable
369 track_mouse_event_fn. 370 track_mouse_event_fn.
370 371
371 * w32fns.c (w32_wnd_proc): Remove initialization of 372 * w32fns.c (w32_wnd_proc): Remove initialization of
372 track_mouse_event_fn from the handler for the WM_SETFOCUS 373 track_mouse_event_fn from the handler for the WM_SETFOCUS message.
373 message.
374 374
375 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns. 375 * w32fns.c (syms_of_w32fns): Call globals_of_w32fns.
376 376