diff options
| author | Stefan Monnier | 2002-03-04 23:41:00 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-03-04 23:41:00 +0000 |
| commit | 31ade731e6dc0c0a4c124f93a1f0018e245a27a2 (patch) | |
| tree | 4ff60d1528615a7a75b53df5043ab0753c5eca51 /src/ChangeLog | |
| parent | c01d0677abc9f0f2645e90ed1e23619c008e90a2 (diff) | |
| download | emacs-31ade731e6dc0c0a4c124f93a1f0018e245a27a2.tar.gz emacs-31ade731e6dc0c0a4c124f93a1f0018e245a27a2.zip | |
Change defvar_int def and vars to use EMACS_INT instead of just int.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 83 |
1 files changed, 43 insertions, 40 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index fe39168e5b0..40706a5c94a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2002-03-04 Stefan Monnier <monnier@cs.yale.edu> | ||
| 2 | |||
| 3 | * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c, | ||
| 4 | * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h, | ||
| 5 | * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c, | ||
| 6 | * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition | ||
| 7 | and variables to use EMACS_INT instead of just int. | ||
| 8 | |||
| 1 | 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il> | 9 | 2002-03-04 Eli Zaretskii <eliz@is.elta.co.il> |
| 2 | 10 | ||
| 3 | * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the | 11 | * sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the |
| @@ -54,10 +62,9 @@ | |||
| 54 | 62 | ||
| 55 | * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from | 63 | * xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from |
| 56 | automatic-hscrolling. Users changed. | 64 | automatic-hscrolling. Users changed. |
| 57 | <hscroll-margin>: Renamed from automatic-hscroll-margin. Users | 65 | <hscroll-margin>: Renamed from automatic-hscroll-margin. |
| 58 | changed. | 66 | Users changed. |
| 59 | <hscroll-step>: Renamed from automatic-hscroll-step. Users | 67 | <hscroll-step>: Renamed from automatic-hscroll-step. Users changed. |
| 60 | changed. | ||
| 61 | 68 | ||
| 62 | 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il> | 69 | 2002-03-02 Eli Zaretskii <eliz@is.elta.co.il> |
| 63 | 70 | ||
| @@ -73,7 +80,7 @@ | |||
| 73 | * window.h (struct window): New member phys_cursor_width. | 80 | * window.h (struct window): New member phys_cursor_width. |
| 74 | 81 | ||
| 75 | * window.c (make_window, replace_window): Init phys_cursor_width. | 82 | * window.c (make_window, replace_window): Init phys_cursor_width. |
| 76 | 83 | ||
| 77 | * xterm.c (x_display_and_set_cursor): Blink box cursor using | 84 | * xterm.c (x_display_and_set_cursor): Blink box cursor using |
| 78 | hollow box cursor. Blink bar cursor using 1 pixel wide bar. | 85 | hollow box cursor. Blink bar cursor using 1 pixel wide bar. |
| 79 | 86 | ||
| @@ -99,7 +106,7 @@ | |||
| 99 | (wait_reading_process_input): Poll for status of non-blocking | 106 | (wait_reading_process_input): Poll for status of non-blocking |
| 100 | connects. Exec sentinel directly when connect succeeds. | 107 | connects. Exec sentinel directly when connect succeeds. |
| 101 | (status_notify): Don't read process output if not yet connected. | 108 | (status_notify): Don't read process output if not yet connected. |
| 102 | 109 | ||
| 103 | 2002-02-28 Kim F. Storm <storm@cua.dk> | 110 | 2002-02-28 Kim F. Storm <storm@cua.dk> |
| 104 | 111 | ||
| 105 | * window.c: (minibuf_selected_window): Renamed from | 112 | * window.c: (minibuf_selected_window): Renamed from |
| @@ -111,7 +118,7 @@ | |||
| 111 | The following changes add a new Vminibuf_selected_window variable | 118 | The following changes add a new Vminibuf_selected_window variable |
| 112 | which is similar to Vminibuf_scroll_window, but which is only set | 119 | which is similar to Vminibuf_scroll_window, but which is only set |
| 113 | on entry to the minibuffer (from a non-minibuffer window): | 120 | on entry to the minibuffer (from a non-minibuffer window): |
| 114 | 121 | ||
| 115 | * window.c: (Vminibuf_selected_window): New variable. | 122 | * window.c: (Vminibuf_selected_window): New variable. |
| 116 | (struct save_window_data): New member minibuf_selected_window. | 123 | (struct save_window_data): New member minibuf_selected_window. |
| 117 | (Fset_window_configuration): Restore Vminibuf_selected_window. | 124 | (Fset_window_configuration): Restore Vminibuf_selected_window. |
| @@ -164,16 +171,16 @@ | |||
| 164 | 171 | ||
| 165 | 2002-02-23 Kim F. Storm <storm@cua.dk> | 172 | 2002-02-23 Kim F. Storm <storm@cua.dk> |
| 166 | 173 | ||
| 167 | The following changes rework my patch of 2002-02-06 which | 174 | The following changes rework my patch of 2002-02-06 which |
| 168 | added command remapping by entering the commands directly into | 175 | added command remapping by entering the commands directly into |
| 169 | the keymaps. Now, command remapping uses an explicit `remap' | 176 | the keymaps. Now, command remapping uses an explicit `remap' |
| 170 | prefix in the keymaps, i.e. [remap COMMAND]. | 177 | prefix in the keymaps, i.e. [remap COMMAND]. |
| 171 | 178 | ||
| 172 | * keymap.c (Qremap, remap_command_vector): New variables. | 179 | * keymap.c (Qremap, remap_command_vector): New variables. |
| 173 | (is_command_symbol): Removed function. | 180 | (is_command_symbol): Removed function. |
| 174 | (Fdefine_key): No longer accept a symbol for KEY. Added | 181 | (Fdefine_key): No longer accept a symbol for KEY. |
| 175 | validation of [remap COMMAND] argument for KEY. The DEF is no | 182 | Added validation of [remap COMMAND] argument for KEY. |
| 176 | longer required to be a symbol when remapping a command. | 183 | The DEF is no longer required to be a symbol when remapping a command. |
| 177 | (Fremap_command): New function to remap command through keymaps. | 184 | (Fremap_command): New function to remap command through keymaps. |
| 178 | (Flookup_key): Perform command remapping initiated by | 185 | (Flookup_key): Perform command remapping initiated by |
| 179 | Fremap_command directly for speed. | 186 | Fremap_command directly for speed. |
| @@ -184,7 +191,7 @@ | |||
| 184 | 191 | ||
| 185 | * keymap.h (Fremap_command): Declare extern. | 192 | * keymap.h (Fremap_command): Declare extern. |
| 186 | (is_command_symbol): Remove extern. | 193 | (is_command_symbol): Remove extern. |
| 187 | 194 | ||
| 188 | * keyboard.c (command_loop_1): Use Fremap_command for command | 195 | * keyboard.c (command_loop_1): Use Fremap_command for command |
| 189 | remapping; now try command remapping for all symbols. | 196 | remapping; now try command remapping for all symbols. |
| 190 | 197 | ||
| @@ -227,8 +234,8 @@ | |||
| 227 | (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer. | 234 | (w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer. |
| 228 | <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a | 235 | <WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a |
| 229 | menu command is in progress. | 236 | menu command is in progress. |
| 230 | <WM_COMMAND>: Set the menu_command_in_progress flag. Kill | 237 | <WM_COMMAND>: Set the menu_command_in_progress flag. |
| 231 | any menu_free_timer that is running. | 238 | Kill any menu_free_timer that is running. |
| 232 | 239 | ||
| 233 | * w32term.c (w32_text_out): Renamed from W32_TEXTOUT. | 240 | * w32term.c (w32_text_out): Renamed from W32_TEXTOUT. |
| 234 | Call ExtTextOutA rather than ExtTextOut. | 241 | Call ExtTextOutA rather than ExtTextOut. |
| @@ -266,8 +273,8 @@ | |||
| 266 | 273 | ||
| 267 | * frame.c (syms_of_frame): Change mouse-highlight default to t. | 274 | * frame.c (syms_of_frame): Change mouse-highlight default to t. |
| 268 | 275 | ||
| 269 | * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Corrected | 276 | * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: |
| 270 | composing of language-change event. | 277 | Correct composing of language-change event. |
| 271 | 278 | ||
| 272 | 2002-02-20 Kim F. Storm <storm@cua.dk> | 279 | 2002-02-20 Kim F. Storm <storm@cua.dk> |
| 273 | 280 | ||
| @@ -306,15 +313,15 @@ | |||
| 306 | (x_frame_parms) <"fullscreen">: New parameter. | 313 | (x_frame_parms) <"fullscreen">: New parameter. |
| 307 | (x_fullscreen_move, x_set_fullscreen): New functions. | 314 | (x_fullscreen_move, x_set_fullscreen): New functions. |
| 308 | (x_set_frame_parameters): Support Qfullscreen. | 315 | (x_set_frame_parameters): Support Qfullscreen. |
| 309 | (x_real_positions): Save x/y_pixels_diff frame params. | 316 | (x_real_positions): Save x/y_pixels_diff frame params. |
| 310 | (x_figure_window_size): Support full-screen frames. | 317 | (x_figure_window_size): Support full-screen frames. |
| 311 | (Fx_create_frame): Default the fullscreen parameter. | 318 | (Fx_create_frame): Default the fullscreen parameter. |
| 312 | 319 | ||
| 313 | * w32term.c (x_check_fullscreen, x_check_fullscreen_move) | 320 | * w32term.c (x_check_fullscreen, x_check_fullscreen_move) |
| 314 | (x_fullscreen_adjust): New functions. | 321 | (x_fullscreen_adjust): New functions. |
| 315 | (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to | 322 | (w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to |
| 316 | fullscreen. Call x_check_fullscreen_move, and set the | 323 | fullscreen. Call x_check_fullscreen_move, and set the |
| 317 | want_fullscreen member of output_data.w32 | 324 | want_fullscreen member of output_data.w32 |
| 318 | <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. | 325 | <WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen. |
| 319 | 326 | ||
| 320 | * w32term.h: New enum for FULLSCREEN_* constants. | 327 | * w32term.h: New enum for FULLSCREEN_* constants. |
| @@ -362,8 +369,7 @@ | |||
| 362 | (dos_rawgetc): Fix last change--if the mouse is in the same window | 369 | (dos_rawgetc): Fix last change--if the mouse is in the same window |
| 363 | as recorded in last_mouse_window, don't select this window. | 370 | as recorded in last_mouse_window, don't select this window. |
| 364 | 371 | ||
| 365 | * Makefile.in (lisp, shortlisp): Use cus-start.elc, not | 372 | * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el. |
| 366 | cus-start.el. | ||
| 367 | 373 | ||
| 368 | * msdos.c (x_autoselect_window_p): New variable. | 374 | * msdos.c (x_autoselect_window_p): New variable. |
| 369 | (syms_of_msdos): Defvar it. | 375 | (syms_of_msdos): Defvar it. |
| @@ -371,8 +377,8 @@ | |||
| 371 | in which the last mouse movement occured, unless it is already | 377 | in which the last mouse movement occured, unless it is already |
| 372 | selected. | 378 | selected. |
| 373 | 379 | ||
| 374 | * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): New | 380 | * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): |
| 375 | variables. | 381 | New variables. |
| 376 | (syms_of_xdisp): DEVFAR them. | 382 | (syms_of_xdisp): DEVFAR them. |
| 377 | (hscroll_window_tree): Use automatic_hscroll_margin and | 383 | (hscroll_window_tree): Use automatic_hscroll_margin and |
| 378 | Vautomatic_hscroll_step to compute the amount of window scrolling. | 384 | Vautomatic_hscroll_step to compute the amount of window scrolling. |
| @@ -398,8 +404,7 @@ | |||
| 398 | (Vx_super_keysym): New variables. | 404 | (Vx_super_keysym): New variables. |
| 399 | (syms_of_xterm): DEFVAR_LISP them. | 405 | (syms_of_xterm): DEFVAR_LISP them. |
| 400 | (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the | 406 | (x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the |
| 401 | variables to determine which keys to use for the various | 407 | variables to determine which keys to use for the various modifiers. |
| 402 | modifiers. | ||
| 403 | 408 | ||
| 404 | 2002-02-13 Kim F. Storm <storm@cua.dk> | 409 | 2002-02-13 Kim F. Storm <storm@cua.dk> |
| 405 | 410 | ||
| @@ -407,18 +412,18 @@ | |||
| 407 | (mode_line_in_non_selected_windows): New variable. | 412 | (mode_line_in_non_selected_windows): New variable. |
| 408 | (syms_of_window): DEFVAR_BOOL it. | 413 | (syms_of_window): DEFVAR_BOOL it. |
| 409 | 414 | ||
| 410 | * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Use | 415 | * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): |
| 411 | mode_line_in_non_selected_windows. | 416 | Use mode_line_in_non_selected_windows. |
| 412 | (mode_line_in_non_selected_windows): Declare extern. | 417 | (mode_line_in_non_selected_windows): Declare extern. |
| 413 | (Vmode_line_in_non_selected_windows): Removed extern. | 418 | (Vmode_line_in_non_selected_windows): Removed extern. |
| 414 | 419 | ||
| 415 | 2002-02-13 Richard M. Stallman <rms@gnu.org> | 420 | 2002-02-13 Richard M. Stallman <rms@gnu.org> |
| 416 | 421 | ||
| 417 | * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector) | 422 | * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector) |
| 418 | (Fthis_single_command_keys, Fthis_single_command_raw_keys) | 423 | (Fthis_single_command_keys, Fthis_single_command_raw_keys) |
| 419 | (Fclear_this_command_keys): Doc fixes. | 424 | (Fclear_this_command_keys): Doc fixes. |
| 420 | 425 | ||
| 421 | * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) | 426 | * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face) |
| 422 | (update_face_from_frame_parameter): Increment face_change_count | 427 | (update_face_from_frame_parameter): Increment face_change_count |
| 423 | and windows_or_buffers_changed to force redisplay using changed faces. | 428 | and windows_or_buffers_changed to force redisplay using changed faces. |
| 424 | 429 | ||
| @@ -429,9 +434,9 @@ | |||
| 429 | Handle literal output of strings by sharing the | 434 | Handle literal output of strings by sharing the |
| 430 | main-line code for strings, using local var `literal'. | 435 | main-line code for strings, using local var `literal'. |
| 431 | Handle :propertize feature. | 436 | Handle :propertize feature. |
| 432 | (syms_of_xdisp): Initialze and staticpro QCpropertize and | 437 | (syms_of_xdisp): Initialze and staticpro QCpropertize and |
| 433 | mode_line_proptrans_alist. | 438 | mode_line_proptrans_alist. |
| 434 | 439 | ||
| 435 | 2002-02-11 Kim F. Storm <storm@cua.dk> | 440 | 2002-02-11 Kim F. Storm <storm@cua.dk> |
| 436 | 441 | ||
| 437 | * window.c: (Vmode_line_in_non_selected_windows): New variable. | 442 | * window.c: (Vmode_line_in_non_selected_windows): New variable. |
| @@ -486,14 +491,13 @@ | |||
| 486 | 491 | ||
| 487 | 2002-02-08 Kim F. Storm <storm@cua.dk> | 492 | 2002-02-08 Kim F. Storm <storm@cua.dk> |
| 488 | 493 | ||
| 489 | * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): | 494 | * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK): |
| 490 | Changed mail addresses to emacs-devel@gnu.org. | 495 | Changed mail addresses to emacs-devel@gnu.org. |
| 491 | 496 | ||
| 492 | 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> | 497 | 2002-02-08 Eli Zaretskii <eliz@is.elta.co.il> |
| 493 | 498 | ||
| 494 | * fileio.c (Fsubstitute_in_file_name): If the file name includes | 499 | * fileio.c (Fsubstitute_in_file_name): If the file name includes |
| 495 | ~user, and there's no such user, don't discard everything before | 500 | ~user, and there's no such user, don't discard everything before ~user. |
| 496 | ~user. | ||
| 497 | 501 | ||
| 498 | * floatfns.c (Fround): Doc fix. | 502 | * floatfns.c (Fround): Doc fix. |
| 499 | 503 | ||
| @@ -540,8 +544,7 @@ | |||
| 540 | 544 | ||
| 541 | 2002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 545 | 2002-02-06 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 542 | 546 | ||
| 543 | * keyboard.c (recursive_edit_1): Call cancel_hourglass | 547 | * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally. |
| 544 | unconditionally. | ||
| 545 | 548 | ||
| 546 | 2002-02-06 Jason Rumney <jasonr@gnu.org> | 549 | 2002-02-06 Jason Rumney <jasonr@gnu.org> |
| 547 | 550 | ||
| @@ -785,8 +788,8 @@ | |||
| 785 | 788 | ||
| 786 | 2002-01-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 789 | 2002-01-15 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 787 | 790 | ||
| 788 | * buffer.c (Fkill_all_local_variables): Increment | 791 | * buffer.c (Fkill_all_local_variables): |
| 789 | `update_mode_lines' only once. | 792 | Increment `update_mode_lines' only once. |
| 790 | 793 | ||
| 791 | 2002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> | 794 | 2002-01-14 Pavel Jan,Bm(Bk <Pavel@Janik.cz> |
| 792 | 795 | ||