Kenichi Handa
495a6df36d
(make_string): Fix previous change. Be sure to make
...
unibyte string correctly.
2000-11-20 01:06:33 +00:00
Gerd Moellmann
39b393738c
*** empty log message ***
2000-11-19 15:30:07 +00:00
Gerd Moellmann
cd2904bd2c
(Fwindow_list): Change parameter list to be XEmacs
...
compatible.
(window_list_1): New function.
(window_loop): Use it instead of Fwindow_list.
2000-11-19 15:20:27 +00:00
Gerd Moellmann
b95b34e5de
*** empty log message ***
2000-11-19 14:36:27 +00:00
Gerd Moellmann
5bdd7bdd78
(emacs_ospeed): New variable.
...
(toplevel): Don't declare ospeed extern.
(init_baud_rate): Use emacs_ospeed instead of ospeed.
2000-11-19 14:36:01 +00:00
Gerd Moellmann
20ee9f081e
(ospeed): Remove.
...
(tputs) [!emacs]: Remove unused code.
(tgetent): Avoid a compiler warning.
2000-11-19 14:35:15 +00:00
Gerd Moellmann
e83dc91758
(x_set_toolkit_scroll_bar_thumb, x_scroll_bar_create)
...
(x_scroll_bar_remove, XTset_vertical_scroll_bar): Call
SCROLL_BAR_X_WIDGET with addtional argument DPY.
2000-11-19 00:29:46 +00:00
Gerd Moellmann
ae4a31d9c4
(struct scroll_bar): Members x_widget_low, x_widget_high
...
removed.
(SCROLL_BAR_X_WIDGET): Get the widget via XtWindowToWidget.
Take the X display as additional argument.
(SET_SCROLL_BAR_X_WIDGET): Store the window of the widget, since
`Widget' is a pointer type that's not easily stored in Lisp_Object
form in a portable way.
2000-11-19 00:28:46 +00:00
Gerd Moellmann
6d950f4cb0
(update_text_area): Fix last change.
2000-11-18 23:56:52 +00:00
Gerd Moellmann
fb3cd89b5f
(x_set_tool_bar_lines): When clearing the frame, also
...
clear current matrices.
2000-11-18 21:07:10 +00:00
Gerd Moellmann
2d27dae2d1
Use BINDING_STACK_SIZE throughout.
2000-11-18 21:05:19 +00:00
Gerd Moellmann
edaa9aed5a
(mmap_enlarge): Don't print a message on stderr
...
if mapping new memory at the end of the existing region fails.
2000-11-18 15:51:00 +00:00
Gerd Moellmann
e47306e646
(update_text_area): Don't skip over equal glyphs
...
when the last current glyph overlaps the glyph to its right.
2000-11-18 15:39:51 +00:00
Miles Bader
509633e341
(message_log_check_duplicate): Let "..."-detection match
...
lines that *end* with "..." too (that's the most common case!).
2000-11-18 14:44:06 +00:00
Gerd Moellmann
6798844523
*** empty log message ***
2000-11-18 14:20:06 +00:00
Gerd Moellmann
1bfdbe4394
(resize_mini_window): Temporarily change to the
...
mini-window's buffer if necessary.
2000-11-18 14:15:00 +00:00
Gerd Moellmann
d392e9c567
*** empty log message ***
2000-11-18 13:44:47 +00:00
Gerd Moellmann
12c67a7f91
(Fx_show_tip): Use default y-offset of -10 so that
...
the tooltip obscures less text under it.
2000-11-18 13:43:59 +00:00
Jason Rumney
92bb977fc2
(w32_draw_bitmap): Use face to set colors.
2000-11-18 01:58:42 +00:00
Gerd Moellmann
c9a6f68fec
(BASE_PURESIZE): Increase to 700000.
2000-11-17 22:36:22 +00:00
Dave Love
26fbf20bb4
(Fload): Fix #ifdef for pcc.
2000-11-17 16:11:26 +00:00
Gerd Moellmann
100b593bc4
(pos_visible_p): Compute the default character height
...
differently.
2000-11-17 15:39:14 +00:00
Gerd Moellmann
cac94de655
(pos_visible_p): Handle case that we reach ZV without
...
knowing the line's height; use the default font's height in that
case.
2000-11-16 05:05:34 +00:00
Gerd Moellmann
a288d0d1f2
(weight_table): Add `demi' with the same meaning as
...
`demibold'.
2000-11-16 04:40:42 +00:00
Kenichi Handa
2cca872d5e
(null_row): New gloval static variable.
...
(clear_glyph_row): Delete local static variable null_row.
2000-11-16 00:53:41 +00:00
Kenichi Handa
981fb6f637
*** empty log message ***
2000-11-16 00:53:00 +00:00
Jason Rumney
e5fa381b67
(HIGHLIGHT_COLOR_DARK_BOOST_LIMIT): New constant.
...
(w32_alloc_lighter_color): Use new brightness calculations from
xterm.c. Scale delta to be in the range expected by W32.
(w32_draw_relief_rect): Use frame relief colors.
2000-11-15 23:48:42 +00:00
Dave Love
fe87555f29
Fix spurion.
2000-11-15 20:01:04 +00:00
Gerd Moellmann
6d133d1f9b
*** empty log message ***
2000-11-15 19:25:57 +00:00
Gerd Moellmann
0db9568413
(pos_visible_p): Improve function comment.
2000-11-15 19:25:32 +00:00
Gerd Moellmann
3df1fda2b6
(syms_of_frame_1): Removed; code moved to syms_of_frame.
...
(Qinhibit_default_face_x_resources): New variable.
(syms_of_frame): Initialize it.
(Fmodify_frame_parameters): Bind inhibit-default-face-x-resources.
2000-11-15 19:24:52 +00:00
Gerd Moellmann
acb8dc441d
(BINDING_STACK_SIZE): New macro.
2000-11-15 19:24:35 +00:00
Gerd Moellmann
8e42f04331
(directory_files_internal) [EAGAIN || EINTR]: Retry
...
reading the directory if readdir returns null and errno is EAGAIN
or EINTR.
2000-11-15 12:34:58 +00:00
Stefan Monnier
e8c87124d3
*** empty log message ***
2000-11-14 19:30:59 +00:00
Stefan Monnier
0894e69676
(try_scrolling): Set scroll_max to max of scroll_* args
...
so setting scroll-step to 1 doesn't defeat scroll-conservatively.
Set amount_to_scroll to max of dx and scroll_step so that
scroll-conservatively doesn't defeat scroll-step>1.
(syms_of_xdisp): Add a hint in scroll-step's docstring to use
scroll-conservatively for line-at-a-time scrolling.
2000-11-14 18:38:07 +00:00
Gerd Moellmann
5f0c971db7
(Fpos_visible_in_window_p): Call pos_visible with
...
extra argument.
2000-11-14 05:44:18 +00:00
Gerd Moellmann
04612a647f
(current_mode_line_height, current_header_line_height):
...
New variables.
(init_xdisp): Initialize them.
(pos_visible_p): Add parameter EXACT_MODE_LINE_HEIGHTS_P. Compute
and use exact mode line heights if it is set.
2000-11-14 05:43:18 +00:00
Gerd Moellmann
d7652128aa
(pos_visible_p): Change prototype.
2000-11-14 05:41:41 +00:00
Gerd Moellmann
e9e32f4643
(CURRENT_MODE_LINE_HEIGHT)
...
(CURRENT_HEADER_LINE_HEIGHT): Look at current_mode_line_height
and current_header_line_height first.
(current_mode_line_height, current_header_line_height): Declare
extern.
2000-11-14 05:41:13 +00:00
Miles Bader
d7361edf01
(x_alloc_lighter_color): Use real brightness calculation.
...
Just use FACTOR/2 instead of HIGHLIGHT_COLOR_DARK_BOOST.
(HIGHLIGHT_COLOR_DARK_BOOST): Macro removed.
2000-11-14 01:45:45 +00:00
Eli Zaretskii
7758f1c149
In the entry for config.in from 2000-11-07, change HAVE_MKDIR
...
to HAVE_MKSTEMP.
2000-11-13 16:30:33 +00:00
Eli Zaretskii
67526daf21
Fix a typo in a comment.
2000-11-13 16:27:47 +00:00
Miles Bader
ee5e440abe
*** empty log message ***
2000-11-13 15:57:21 +00:00
Miles Bader
6d8b0acd4a
(x_alloc_lighter_color): Include an additive component too for dark
...
colors, because FACTOR isn't enough.
(HIGHLIGHT_COLOR_DARK_BOOST, HIGHLIGHT_COLOR_DARK_BOOST_LIMIT):
New macros.
2000-11-13 15:47:32 +00:00
Gerd Moellmann
5ca020fca3
(show_help_echo): Call message3_nolog with number of
...
bytes in the help string as 2nd parameter, instead of the number
of characters.
2000-11-13 13:39:21 +00:00
Miles Bader
9d34829472
*** empty log message ***
2000-11-13 12:25:59 +00:00
Miles Bader
939d6465fc
(x_create_bitmap_from_file, x_find_image_file): Use new openp return protocol.
2000-11-13 12:24:15 +00:00
Miles Bader
96dc0f4e12
(openp): Return -2 instead of 0 for the `remote file' case.
...
(Fload): Use new openp return protocol. Don't try to use
Vload_source_file_function to load .elc files.
2000-11-13 12:18:37 +00:00
Kenichi Handa
4e677396de
Pay attention to BROKEN_SIGAIO and BROKEN_SIGPTY.
2000-11-11 01:07:33 +00:00
Kenichi Handa
0a95681a61
(BROKEN_SIGAIO, BROKEN_SIGPTY, BROKEN_SIGPOLL):
...
Defined these macros.
(NLIST_STRUCT): Avoid re-defining it.
2000-11-11 01:05:49 +00:00