Eli Zaretskii
1df7e8f069
(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.
2002-02-16 12:40:51 +00:00
Pavel Janík
3996d07ad0
*** empty log message ***
2002-02-16 10:11:10 +00:00
Pavel Janík
503e457ee6
(x-autoselect-window): New variable.
...
(note_mouse_movement): Use it.
2002-02-16 10:02:38 +00:00
Pavel Janík
5d2200aa40
*** empty log message ***
2002-02-16 09:53:29 +00:00
Pavel Janík
6bf4d74d03
Do not include "systime.h" twice.
2002-02-16 09:51:31 +00:00
Eli Zaretskii
7b403e01bd
Fix Pavel's name (again!).
2002-02-16 08:39:16 +00:00
Andreas Schwab
5407e8a75f
(BASE_PURESIZE): Increase to 9/5.
2002-02-15 21:52:12 +00:00
Andreas Schwab
bdf67c5954
Remove unwanted changes.
2002-02-15 21:25:41 +00:00
Andreas Schwab
382d38fa68
(NSTATICS): Increase to 1280.
2002-02-15 21:19:08 +00:00
Kai Großjohann
f990417864
*** empty log message ***
2002-02-15 20:24:11 +00:00
Eli Zaretskii
673d4e92c1
Fix the encoding of Pavel's name.
2002-02-15 10:59:03 +00:00
Kai Großjohann
98659da6e9
(Vx_alt_keysym, Vx_hyper_keysym, Vx_meta_keysym)
...
(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-15 09:36:05 +00:00
Kim F. Storm
a48b709bd9
*** empty log message ***
2002-02-13 22:55:23 +00:00
Kim F. Storm
1c9f5f23c4
mode-line-in-non-selected-windows is now a boolean.
2002-02-13 22:44:45 +00:00
Kim F. Storm
5f380a5baa
(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 22:42:03 +00:00
Kim F. Storm
cc91894c70
(Vmode_line_in_non_selected_windows): Removed.
...
(mode_line_in_non_selected_windows): New variable.
(syms_of_window): DEFVAR_BOOL it.
2002-02-13 22:41:12 +00:00
Pavel Janík
df631feb82
Fix typos.
2002-02-13 21:33:40 +00:00
Pavel Janík
9824692464
Fix typo.
2002-02-13 21:29:16 +00:00
Richard M. Stallman
db54c53aa6
*** empty log message ***
2002-02-13 16:24:33 +00:00
Richard M. Stallman
9250165248
(Fthis_command_keys, Fthis_command_keys_vector)
...
(Fthis_single_command_keys, Fthis_single_command_raw_keys)
(Fclear_this_command_keys): Doc fixes.
2002-02-13 16:23:08 +00:00
Richard M. Stallman
33565969fc
(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.
2002-02-13 16:21:07 +00:00
Richard M. Stallman
0fcf414f92
(QCpropertize): New variable.
...
(mode_line_proptrans_alist): New variable.
(display_mode_element): New arg PROPS; all calls changed.
Implement this, for strings.
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-13 16:15:52 +00:00
Kim F. Storm
3c9bdb7e48
Use mode-line face in minibuffer-scroll-window when minibuffer window
...
is selected. Added mode-line-in-non-selected-windows variable.
2002-02-11 14:45:28 +00:00
Kim F. Storm
c96e83bf1e
(display_mode_lines): Use CURRENT_MODE_LINE_FACE_ID_3 to get mode line face.
2002-02-11 14:43:46 +00:00
Kim F. Storm
a4610492f1
(CURRENT_MODE_LINE_FACE_ID_3): New macro.
...
(CURRENT_MODE_LINE_FACE_ID): Use it.
(Vmode_line_in_non_selected_windows): Declare extern.
2002-02-11 14:42:56 +00:00
Kim F. Storm
26124d5e03
(Vmode_line_in_non_selected_windows): New variable.
...
(syms_of_window): DEFVAR_LISP it.
2002-02-11 14:42:16 +00:00
Eli Zaretskii
573a237aa6
*** empty log message ***
2002-02-11 07:15:17 +00:00
Eli Zaretskii
d7439436b6
(Vx_bitmap_file_path, x_stretch_cursor_p): Remove these
...
variables; cus-start.el doesn't need them anymore.
2002-02-11 07:14:56 +00:00
Kim F. Storm
73df3b72f6
(make_gap_smaller): Preserve BEG_UNCHANGED during gap
...
reduction. This fixes a display problem where stray newlines were
inserted in the window (corrected by C-l). Clarified code (IMHO).
2002-02-09 22:58:25 +00:00
Eli Zaretskii
18b0be7c20
*** empty log message ***
2002-02-09 09:28:36 +00:00
Eli Zaretskii
f87c0a98c7
(display_mode_lines): Fix last change.
2002-02-09 09:21:17 +00:00
Eli Zaretskii
2124dc82fe
(CURRENT_MODE_LINE_FACE_ID): Fix last change.
2002-02-09 09:20:35 +00:00
Jason Rumney
d65a9cdc6b
(w32_load_system_font): Prevent Cleartype fonts from loading.
...
(Fx_show_tip): Ensure tip frames are above other topmost windows.
2002-02-09 01:31:07 +00:00
Jason Rumney
3acfb461ae
*** empty log message ***
2002-02-09 01:29:20 +00:00
Jason Rumney
442ca9ba48
*** empty log message ***
2002-02-09 01:15:03 +00:00
Jason Rumney
644cefdf62
(enum_font_cb2): Don't let charsets unknown to Windows
...
match each other.
2002-02-09 01:08:33 +00:00
Kim F. Storm
cdefda262b
Added separate mode-line-inactive face.
2002-02-08 23:53:36 +00:00
Kim F. Storm
039b639462
(Qmode_line_inactive): New face variable for mode-line
...
in non-selected windows.
(realize_basic_faces): Realize it.
(syms_of_term): Intern and staticpro it.
2002-02-08 23:49:51 +00:00
Kim F. Storm
f6911ea783
(CURRENT_MODE_LINE_FACE_ID): New macro.
...
(CURRENT_MODE_LINE_HEIGHT): Use it.
(enum face_id): Add MODE_LINE_INACTIVE_FACE_ID.
2002-02-08 23:48:50 +00:00
Kim F. Storm
96d2320fdc
(window_box_height): Use CURRENT_MODE_LINE_FACE_ID.
...
(pos_visible_p, handle_face_prop): Likewise.
(display_mode_lines): Likewise, but for the real selected window.
(init_iterator) [row == NULL]: Handle MODE_LINE_INACTIVE_FACE_ID.
2002-02-08 23:48:02 +00:00
Kim F. Storm
d191623b30
(SETJMP_WILL_LIKELY_WORK, SETJMP_WILL_NOT_WORK):
...
Changed mail addresses to emacs-devel@gnu.org .
2002-02-08 21:23:53 +00:00
Kim F. Storm
9f69e812dc
*** empty log message ***
2002-02-08 21:23:03 +00:00
Eli Zaretskii
b5d40cebab
*** empty log message ***
2002-02-08 19:17:19 +00:00
Eli Zaretskii
dba493fec3
(Fsubstitute_in_file_name): If the file name includes ~user,
...
and there's no such user, don't discard everything before ~user.
2002-02-08 19:16:31 +00:00
Stefan Monnier
6a229a6359
*** empty log message ***
2002-02-08 16:50:46 +00:00
Eli Zaretskii
59fe0cee14
(Fround): Fix a typo.
2002-02-08 13:03:27 +00:00
Eli Zaretskii
a32a48572a
(Fround): A better doc fix.
2002-02-08 10:21:21 +00:00
Eli Zaretskii
6ded2c89b9
(Fround): Doc fix.
2002-02-08 10:19:25 +00:00
Pavel Janík
7c15926f17
(init_system_name): Put unused variable `p' in #if 0.
2002-02-08 09:46:14 +00:00
Stefan Monnier
2c5c11efa2
(Fx_file_dialog): Export (for Motif code in fileio.c).
2002-02-07 20:22:19 +00:00