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
Pavel Janík
2642a29ee7
*** empty log message ***
2002-02-06 22:43:23 +00:00
Pavel Janík
d8e2d5ba90
(recursive_edit_1): Call cancel_hourglass unconditionally.
2002-02-06 22:41:43 +00:00
Jason Rumney
f4ed304fb2
*** empty log message ***
2002-02-06 21:11:23 +00:00
Jason Rumney
f6dd0c50c3
(w32_native_per_char_metric): Disable 2002-01-20 change.
2002-02-06 20:57:44 +00:00
Eli Zaretskii
b530982802
*** empty log message ***
2002-02-06 20:02:54 +00:00
Eli Zaretskii
1a45ff104a
(get_charset_id): Use if-else instead of ?:.
2002-02-06 19:12:14 +00:00
Richard M. Stallman
108eaabb6b
*** empty log message ***
2002-02-06 15:44:48 +00:00
Richard M. Stallman
fa5c314daa
(S_ISLNK): Define if not defined.
2002-02-06 15:44:28 +00:00
Richard M. Stallman
bd3567fac9
*** empty log message ***
2002-02-03 10:40:12 +00:00
Richard M. Stallman
fd91d0d468
(Fdo_auto_save): Improve "auto save disabled" msg.
2002-02-03 10:36:49 +00:00
Richard M. Stallman
5150eeecd8
(read1): Redesign strategy for force_multibyte and
...
force_singlebyte. Now is_multibyte records whether read_buffer
is multibyte. Encountering any multibyte character makes it so.
2002-02-03 10:35:20 +00:00
Stefan Monnier
95c11956e9
(term_get_fkeys_1): If k0' and k;' are both specified and
...
with the same sequence, map that sequence to f10 rather than f0.
2002-02-02 23:48:37 +00:00
Andreas Schwab
ee466d0b94
Check for __mc68000__ instead of __m68k__, the latter never being defined
...
on GNU/Linux.
2002-02-02 23:05:59 +00:00
Eli Zaretskii
f77157da41
*** empty log message ***
2002-02-02 18:16:37 +00:00
Eli Zaretskii
c1e7532dbd
(realize_default_face): Don't set the weight and slant
...
of the default face to Qnormal, unless these attributes are
unspecified.
2002-02-02 18:07:56 +00:00
Pavel Janík
4fbcc9b1eb
(command_loop_1) [HAVE_X_WINDOWS]: Call cancel_hourglass unconditionally.
2002-02-02 10:11:45 +00:00
Pavel Janík
bf1a876009
(Fsignal): Remove duplicated declaration of the variable
...
`display_hourglass_p'.
2002-02-02 10:08:08 +00:00
Richard M. Stallman
5e1017467a
*** empty log message ***
2002-02-01 04:36:54 +00:00