[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/ChangeLog
From: |
Stefan Monnier |
Subject: |
[Emacs-diffs] Changes to emacs/src/ChangeLog |
Date: |
Mon, 04 Mar 2002 18:41:00 -0500 |
Index: emacs/src/ChangeLog
diff -c emacs/src/ChangeLog:1.2493 emacs/src/ChangeLog:1.2494
*** emacs/src/ChangeLog:1.2493 Mon Mar 4 15:08:37 2002
--- emacs/src/ChangeLog Mon Mar 4 18:41:00 2002
***************
*** 1,3 ****
--- 1,11 ----
+ 2002-03-04 Stefan Monnier <address@hidden>
+
+ * dosfns.c, dosfns.h, dispnew.c, dispextern.h, commands.h, charset.c,
+ * alloc.c, abbrev.c, emacs.c, eval.c, keyboard.c, keyboard.h,
+ * lisp.h, lread.c, sysdep.c, termcap.c, termchar.h, w32term.c,
+ * window.c, xdisp.c, xselect.c, xterm.c: Change defvar_int definition
+ and variables to use EMACS_INT instead of just int.
+
2002-03-04 Eli Zaretskii <address@hidden>
* sysdep.c (sys_subshell) [MSDOS]: If PWD is set in the
***************
*** 54,63 ****
* xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
automatic-hscrolling. Users changed.
! <hscroll-margin>: Renamed from automatic-hscroll-margin. Users
! changed.
! <hscroll-step>: Renamed from automatic-hscroll-step. Users
! changed.
2002-03-02 Eli Zaretskii <address@hidden>
--- 62,70 ----
* xdisp.c (syms_of_xdisp) <auto-hscroll-mode>: Renamed from
automatic-hscrolling. Users changed.
! <hscroll-margin>: Renamed from automatic-hscroll-margin.
! Users changed.
! <hscroll-step>: Renamed from automatic-hscroll-step. Users changed.
2002-03-02 Eli Zaretskii <address@hidden>
***************
*** 73,79 ****
* window.h (struct window): New member phys_cursor_width.
* window.c (make_window, replace_window): Init phys_cursor_width.
!
* xterm.c (x_display_and_set_cursor): Blink box cursor using
hollow box cursor. Blink bar cursor using 1 pixel wide bar.
--- 80,86 ----
* window.h (struct window): New member phys_cursor_width.
* window.c (make_window, replace_window): Init phys_cursor_width.
!
* xterm.c (x_display_and_set_cursor): Blink box cursor using
hollow box cursor. Blink bar cursor using 1 pixel wide bar.
***************
*** 99,105 ****
(wait_reading_process_input): Poll for status of non-blocking
connects. Exec sentinel directly when connect succeeds.
(status_notify): Don't read process output if not yet connected.
!
2002-02-28 Kim F. Storm <address@hidden>
* window.c: (minibuf_selected_window): Renamed from
--- 106,112 ----
(wait_reading_process_input): Poll for status of non-blocking
connects. Exec sentinel directly when connect succeeds.
(status_notify): Don't read process output if not yet connected.
!
2002-02-28 Kim F. Storm <address@hidden>
* window.c: (minibuf_selected_window): Renamed from
***************
*** 111,117 ****
The following changes add a new Vminibuf_selected_window variable
which is similar to Vminibuf_scroll_window, but which is only set
on entry to the minibuffer (from a non-minibuffer window):
!
* window.c: (Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
--- 118,124 ----
The following changes add a new Vminibuf_selected_window variable
which is similar to Vminibuf_scroll_window, but which is only set
on entry to the minibuffer (from a non-minibuffer window):
!
* window.c: (Vminibuf_selected_window): New variable.
(struct save_window_data): New member minibuf_selected_window.
(Fset_window_configuration): Restore Vminibuf_selected_window.
***************
*** 164,179 ****
2002-02-23 Kim F. Storm <address@hidden>
! The following changes rework my patch of 2002-02-06 which
added command remapping by entering the commands directly into
the keymaps. Now, command remapping uses an explicit `remap'
prefix in the keymaps, i.e. [remap COMMAND].
!
* keymap.c (Qremap, remap_command_vector): New variables.
(is_command_symbol): Removed function.
! (Fdefine_key): No longer accept a symbol for KEY. Added
! validation of [remap COMMAND] argument for KEY. The DEF is no
! longer required to be a symbol when remapping a command.
(Fremap_command): New function to remap command through keymaps.
(Flookup_key): Perform command remapping initiated by
Fremap_command directly for speed.
--- 171,186 ----
2002-02-23 Kim F. Storm <address@hidden>
! The following changes rework my patch of 2002-02-06 which
added command remapping by entering the commands directly into
the keymaps. Now, command remapping uses an explicit `remap'
prefix in the keymaps, i.e. [remap COMMAND].
!
* keymap.c (Qremap, remap_command_vector): New variables.
(is_command_symbol): Removed function.
! (Fdefine_key): No longer accept a symbol for KEY.
! Added validation of [remap COMMAND] argument for KEY.
! The DEF is no longer required to be a symbol when remapping a command.
(Fremap_command): New function to remap command through keymaps.
(Flookup_key): Perform command remapping initiated by
Fremap_command directly for speed.
***************
*** 184,190 ****
* keymap.h (Fremap_command): Declare extern.
(is_command_symbol): Remove extern.
!
* keyboard.c (command_loop_1): Use Fremap_command for command
remapping; now try command remapping for all symbols.
--- 191,197 ----
* keymap.h (Fremap_command): Declare extern.
(is_command_symbol): Remove extern.
!
* keyboard.c (command_loop_1): Use Fremap_command for command
remapping; now try command remapping for all symbols.
***************
*** 227,234 ****
(w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
<WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
menu command is in progress.
! <WM_COMMAND>: Set the menu_command_in_progress flag. Kill
! any menu_free_timer that is running.
* w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
Call ExtTextOutA rather than ExtTextOut.
--- 234,241 ----
(w32_wnd_proc) <WM_TIMER>: Handle menu_free_timer.
<WM_EXITMENULOOP>: Delay before freeing menu. Do nothing if a
menu command is in progress.
! <WM_COMMAND>: Set the menu_command_in_progress flag.
! Kill any menu_free_timer that is running.
* w32term.c (w32_text_out): Renamed from W32_TEXTOUT.
Call ExtTextOutA rather than ExtTextOut.
***************
*** 266,273 ****
* frame.c (syms_of_frame): Change mouse-highlight default to t.
! * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]: Corrected
! composing of language-change event.
2002-02-20 Kim F. Storm <address@hidden>
--- 273,280 ----
* frame.c (syms_of_frame): Change mouse-highlight default to t.
! * keyboard.c (kbd_buffer_get_event) [WINDOWSNT]:
! Correct composing of language-change event.
2002-02-20 Kim F. Storm <address@hidden>
***************
*** 306,320 ****
(x_frame_parms) <"fullscreen">: New parameter.
(x_fullscreen_move, x_set_fullscreen): New functions.
(x_set_frame_parameters): Support Qfullscreen.
! (x_real_positions): Save x/y_pixels_diff frame params.
(x_figure_window_size): Support full-screen frames.
(Fx_create_frame): Default the fullscreen parameter.
! * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
(x_fullscreen_adjust): New functions.
(w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
fullscreen. Call x_check_fullscreen_move, and set the
! want_fullscreen member of output_data.w32
<WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
* w32term.h: New enum for FULLSCREEN_* constants.
--- 313,327 ----
(x_frame_parms) <"fullscreen">: New parameter.
(x_fullscreen_move, x_set_fullscreen): New functions.
(x_set_frame_parameters): Support Qfullscreen.
! (x_real_positions): Save x/y_pixels_diff frame params.
(x_figure_window_size): Support full-screen frames.
(Fx_create_frame): Default the fullscreen parameter.
! * w32term.c (x_check_fullscreen, x_check_fullscreen_move)
(x_fullscreen_adjust): New functions.
(w32_read_socket) <WM_WINDOWPOSCHANGED>: Don't resize to
fullscreen. Call x_check_fullscreen_move, and set the
! want_fullscreen member of output_data.w32
<WM_ACTIVATE, WM_ACTIVATEAPP>: Call x_check_fullscreen.
* w32term.h: New enum for FULLSCREEN_* constants.
***************
*** 362,369 ****
(dos_rawgetc): Fix last change--if the mouse is in the same window
as recorded in last_mouse_window, don't select this window.
! * Makefile.in (lisp, shortlisp): Use cus-start.elc, not
! cus-start.el.
* msdos.c (x_autoselect_window_p): New variable.
(syms_of_msdos): Defvar it.
--- 369,375 ----
(dos_rawgetc): Fix last change--if the mouse is in the same window
as recorded in last_mouse_window, don't select this window.
! * Makefile.in (lisp, shortlisp): Use cus-start.elc, not cus-start.el.
* msdos.c (x_autoselect_window_p): New variable.
(syms_of_msdos): Defvar it.
***************
*** 371,378 ****
in which the last mouse movement occured, unless it is already
selected.
! * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step): New
! variables.
(syms_of_xdisp): DEVFAR them.
(hscroll_window_tree): Use automatic_hscroll_margin and
Vautomatic_hscroll_step to compute the amount of window scrolling.
--- 377,384 ----
in which the last mouse movement occured, unless it is already
selected.
! * xdisp.c (automatic_hscroll_margin, Vautomatic_hscroll_step):
! New variables.
(syms_of_xdisp): DEVFAR them.
(hscroll_window_tree): Use automatic_hscroll_margin and
Vautomatic_hscroll_step to compute the amount of window scrolling.
***************
*** 398,405 ****
(Vx_super_keysym): New variables.
(syms_of_xterm): DEFVAR_LISP them.
(x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
! variables to determine which keys to use for the various
! modifiers.
2002-02-13 Kim F. Storm <address@hidden>
--- 404,410 ----
(Vx_super_keysym): New variables.
(syms_of_xterm): DEFVAR_LISP them.
(x_x_to_emacs_modifiers, x_emacs_to_x_modifiers): Use the
! variables to determine which keys to use for the various modifiers.
2002-02-13 Kim F. Storm <address@hidden>
***************
*** 407,424 ****
(mode_line_in_non_selected_windows): New variable.
(syms_of_window): DEFVAR_BOOL it.
! * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3): Use
! mode_line_in_non_selected_windows.
(mode_line_in_non_selected_windows): Declare extern.
(Vmode_line_in_non_selected_windows): Removed extern.
2002-02-13 Richard M. Stallman <address@hidden>
! * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
! (Fthis_single_command_keys, Fthis_single_command_raw_keys)
(Fclear_this_command_keys): Doc fixes.
! * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
(update_face_from_frame_parameter): Increment face_change_count
and windows_or_buffers_changed to force redisplay using changed faces.
--- 412,429 ----
(mode_line_in_non_selected_windows): New variable.
(syms_of_window): DEFVAR_BOOL it.
! * dispextern.h (CURRENT_MODE_LINE_FACE_ID_3):
! Use mode_line_in_non_selected_windows.
(mode_line_in_non_selected_windows): Declare extern.
(Vmode_line_in_non_selected_windows): Removed extern.
2002-02-13 Richard M. Stallman <address@hidden>
! * keyboard.c (Fthis_command_keys, Fthis_command_keys_vector)
! (Fthis_single_command_keys, Fthis_single_command_raw_keys)
(Fclear_this_command_keys): Doc fixes.
! * xfaces.c (Finternal_make_lisp_face, Finternal_copy_lisp_face)
(update_face_from_frame_parameter): Increment face_change_count
and windows_or_buffers_changed to force redisplay using changed faces.
***************
*** 429,437 ****
Handle literal output of strings by sharing the
main-line code for strings, using local var `literal'.
Handle :propertize feature.
! (syms_of_xdisp): Initialze and staticpro QCpropertize and
mode_line_proptrans_alist.
!
2002-02-11 Kim F. Storm <address@hidden>
* window.c: (Vmode_line_in_non_selected_windows): New variable.
--- 434,442 ----
Handle literal output of strings by sharing the
main-line code for strings, using local var `literal'.
Handle :propertize feature.
! (syms_of_xdisp): Initialze and staticpro QCpropertize and
mode_line_proptrans_alist.
!
2002-02-11 Kim F. Storm <address@hidden>
* window.c: (Vmode_line_in_non_selected_windows): New variable.
***************
*** 486,499 ****
2002-02-08 Kim F. Storm <address@hidden>
! * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
Changed mail addresses to address@hidden
2002-02-08 Eli Zaretskii <address@hidden>
* fileio.c (Fsubstitute_in_file_name): If the file name includes
! ~user, and there's no such user, don't discard everything before
! ~user.
* floatfns.c (Fround): Doc fix.
--- 491,503 ----
2002-02-08 Kim F. Storm <address@hidden>
! * alloc.c (SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
Changed mail addresses to address@hidden
2002-02-08 Eli Zaretskii <address@hidden>
* fileio.c (Fsubstitute_in_file_name): If the file name includes
! ~user, and there's no such user, don't discard everything before ~user.
* floatfns.c (Fround): Doc fix.
***************
*** 540,547 ****
2002-02-06 Pavel Jan,Bm(Bk <address@hidden>
! * keyboard.c (recursive_edit_1): Call cancel_hourglass
! unconditionally.
2002-02-06 Jason Rumney <address@hidden>
--- 544,550 ----
2002-02-06 Pavel Jan,Bm(Bk <address@hidden>
! * keyboard.c (recursive_edit_1): Call cancel_hourglass unconditionally.
2002-02-06 Jason Rumney <address@hidden>
***************
*** 785,792 ****
2002-01-15 Pavel Jan,Bm(Bk <address@hidden>
! * buffer.c (Fkill_all_local_variables): Increment
! `update_mode_lines' only once.
2002-01-14 Pavel Jan,Bm(Bk <address@hidden>
--- 788,795 ----
2002-01-15 Pavel Jan,Bm(Bk <address@hidden>
! * buffer.c (Fkill_all_local_variables):
! Increment `update_mode_lines' only once.
2002-01-14 Pavel Jan,Bm(Bk <address@hidden>
- [Emacs-diffs] Changes to emacs/src/ChangeLog, (continued)
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/03/01
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kim F. Storm, 2002/03/01
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2002/03/02
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2002/03/03
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/03/03
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/03/03
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Richard M. Stallman, 2002/03/03
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2002/03/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Pavel JanÃk, 2002/03/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Eli Zaretskii, 2002/03/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog,
Stefan Monnier <=
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2002/03/04
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Per Abrahamsen, 2002/03/05
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Andreas Schwab, 2002/03/05
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Gerd Moellmann, 2002/03/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Gerd Moellmann, 2002/03/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Jason Rumney, 2002/03/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Stefan Monnier, 2002/03/06
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2002/03/07
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Kenichi Handa, 2002/03/07
- [Emacs-diffs] Changes to emacs/src/ChangeLog, Juanma Barranquero, 2002/03/08