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
Kim F. Storm
33b93ee509
*** empty log message ***
2002-02-07 11:23:35 +00:00
Kim F. Storm
b864457cf8
(where_is_internal): Only check if definition is
...
remapped if it fulfills is_command_symbol.
2002-02-07 11:12:50 +00:00
Andreas Schwab
72bba9f25d
(GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
2002-02-07 11:12:04 +00:00
Andreas Schwab
24452cd56a
Fix thinko in last change.
2002-02-07 11:10:47 +00:00
Andreas Schwab
630909a589
(mark_stack): Don't assume sizeof (Lisp_Object) is 4.
2002-02-07 11:05:08 +00:00
Kim F. Storm
93607efd67
Added command remapping.
2002-02-06 23:08:22 +00:00
Kim F. Storm
4857ef5857
Changed call to Fwhere_is_internal.
2002-02-06 23:00:52 +00:00
Kim F. Storm
8b9940e66c
(Vthis_original_command): New variable.
...
(syms_of_keyboard): DEFVAR_LISP it.
(command_loop_1): Set it, and perform command remapping.
2002-02-06 22:59:56 +00:00
Kim F. Storm
cc0d001d9e
(Fkey_binding, Fwhere_is_internal): Update prototype.
...
(is_command_symbol): Added prototype.
2002-02-06 22:58:23 +00:00
Kim F. Storm
0c412762ee
(Fdefine_key): Allow symbol as KEY argument for
...
defining command remapping. Doc updated.
(Flookup_key): Remap command through keymap if KEY is a symbol.
(is_command_symbol): New function.
(Fkey_binding): Use it. New optional argument NO-REMAP. Doc
updated. Callers changed. Perform command remapping via
recursive call unless that arg is non-nil.
(where_is_internal): New argument no_remap. Callers changed.
Call recursively to find original key bindings for a remapped
comand unless that arg is non-nil.
(Fwhere_is_internal): New optional argument NO-REMAP. Doc
updated. Callers changed. Pass arg to where_is_internal.
2002-02-06 22:57:42 +00:00