Kenichi Handa
0544ef4958
*** empty log message ***
2000-12-13 23:24:13 +00:00
Stefan Monnier
bf6282d222
*** empty log message ***
2000-12-13 22:27:23 +00:00
Gerd Moellmann
19f71add93
(x_free_frame_resources): New function.
...
(x_destroy_window): Use it.
2000-12-13 20:28:14 +00:00
Gerd Moellmann
e10da50740
(do_mouse_tracking): Make externally visible.
2000-12-13 14:27:09 +00:00
Stefan Monnier
d5b3eb1b54
(get_keyelt): Only eval the filter if `autoload' is set.
2000-12-13 14:13:18 +00:00
Gerd Moellmann
f7f8bb6913
*** empty log message ***
2000-12-13 13:25:16 +00:00
Dave Love
a308c9cda1
*** empty log message ***
2000-12-13 10:32:10 +00:00
Gerd Moellmann
90aa28562e
(display_tool_bar_line): Make sure that tool bar
...
lines start with a relief line.
2000-12-12 20:04:34 +00:00
Gerd Moellmann
2ebf6139fc
*** empty log message ***
2000-12-12 17:03:11 +00:00
Gerd Moellmann
bfdb75eeaa
*** empty log message ***
2000-12-12 15:30:41 +00:00
Eli Zaretskii
d575011f4c
*** empty log message ***
2000-12-12 15:07:44 +00:00
Gerd Moellmann
4fdbd80975
*** empty log message ***
2000-12-12 14:13:40 +00:00
Gerd Moellmann
c0006262e9
(Fx_hide_tip): Simplified.
2000-12-12 11:38:41 +00:00
Gerd Moellmann
e9a59cad36
*** empty log message ***
2000-12-12 10:38:08 +00:00
Gerd Moellmann
ecf4d72623
(GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
2000-12-12 10:01:40 +00:00
Gerd Moellmann
a3642e4909
(Fx_hide_tip): Fix last change.
2000-12-11 21:13:33 +00:00
Gerd Moellmann
44b5a125d3
(Fx_hide_tip): Avoid unnecessary work when there's
...
nothing to do. Bind inhibit-quit.
(tip_frame): Make it a Lisp_Object.
(x_create_tip_frame): Set tip_frame after it has been added to
Vframe_list.
(Fx_show_tip): Don't set tip_frame here.
2000-12-11 19:26:34 +00:00
Gerd Moellmann
d990421fa2
*** empty log message ***
2000-12-11 16:06:20 +00:00
Gerd Moellmann
4db873808f
(try_cursor_movement): Check update_mode_lines instead
...
of the window's update_mode_line flag, since the former is set by
force-mode-line-update, not the latter. This makes
column-number-mode slightly faster.
2000-12-11 14:50:29 +00:00
Gerd Moellmann
e5959a9aef
(try_window_id) <all changes above window start>:
...
Set the cursor.
2000-12-11 14:37:14 +00:00
Gerd Moellmann
169fe44e56
*** empty log message ***
2000-12-11 12:15:07 +00:00
Miles Bader
ff904dd6da
*** empty log message ***
2000-12-11 07:33:18 +00:00
Miles Bader
59ec59ae7a
(displayed_window_lines): Don't round up when converting empty space at
...
bottom to lines.
2000-12-11 02:20:55 +00:00
Stefan Monnier
42ebfa3190
(scan_lists): Check that the right quote char has the
...
right Sstring syntax when jumping over strings.
(init_syntax_once): Use Smax rather than 13.
2000-12-09 20:17:59 +00:00
Miles Bader
a12167c550
*** empty log message ***
2000-12-08 18:57:37 +00:00
Miles Bader
5cdb3cf38f
(Fpos_visible_in_window_p): Replace FULLY parameter with PARTIALLY,
...
inverting the sense.
(window_scroll_pixel_based): Scroll partially visible lines into place
if we hit the beginning or end of the buffer.
(displayed_window_lines): Don't include partially visible line at bottom.
2000-12-08 18:12:48 +00:00
Gerd Moellmann
842b2a948f
*** empty log message ***
2000-12-08 10:49:46 +00:00
Gerd Moellmann
28fcb7dc39
(vox_configure): Change order of ioctls. Don't
...
set SNDCTL_DSP_SPEED from bps, don't set SNDCTL_DSP_SAMPLESIZE.
Ignore errors when changing volume.
(vox_close): Don't reset the device.
2000-12-07 22:09:00 +00:00
Gerd Moellmann
926b7e5e3e
(read_process_output): Make sure the process marker's
...
position is valid when the process buffer is changed in
after-change functions. W3 does that.
2000-12-07 15:53:18 +00:00
Eli Zaretskii
137cad7c3d
*** empty log message ***
2000-12-07 15:03:29 +00:00
Stefan Monnier
5c7f629c15
*** empty log message ***
2000-12-07 12:02:25 +00:00
Gerd Moellmann
959e647dcf
(x_free_gcs): New function.
2000-12-07 11:45:33 +00:00
Andrew Innes
478ea067cf
(xlfd_charset_of_font): Fix last change.
2000-12-07 10:41:54 +00:00
Dave Love
672920615e
*** empty log message ***
2000-12-06 21:17:56 +00:00
Gerd Moellmann
d285b37395
(gc_sweep): Prevent symbols read during loadup
...
from being freed.
2000-12-06 21:05:09 +00:00
Dave Love
fbee3231d0
*** empty log message ***
2000-12-06 19:57:12 +00:00
Gerd Moellmann
384333ee0f
*** empty log message ***
2000-12-06 17:15:05 +00:00
Andrew Innes
4ee87dbb3d
*** empty log message ***
2000-12-06 15:54:45 +00:00
Gerd Moellmann
d4b72d58bc
*** empty log message ***
2000-12-06 15:53:27 +00:00
Gerd Moellmann
e1d0538761
(coordinates_in_window): Check mouse on mode-line or
...
header-line first.
2000-12-06 15:19:50 +00:00
Gerd Moellmann
eb1b0c7488
*** empty log message ***
2000-12-06 14:22:46 +00:00
Gerd Moellmann
d94d636f10
*** empty log message ***
2000-12-06 13:54:43 +00:00
Gerd Moellmann
6529ed8706
(Veven_window_heights): New variable.
...
(syms_of_window): DEFVAR_LISP it.
(Fdisplay_buffer): Check Veven_window_heights before evening the
window heights.
2000-12-06 13:44:34 +00:00
Gerd Moellmann
3887b4498e
(vox_configure): Set volume for left and right channel.
...
(sound_cleanup): Return nil.
2000-12-06 13:32:18 +00:00
Gerd Moellmann
efc8f57aba
(move_it_by_lines): Fix paren typo.
2000-12-06 11:29:37 +00:00
Gerd Moellmann
9765b4a487
(x_load_font): Don't use the font's max_bounds for
...
computing the height of the font. If max_bounds' ascent or
descent are greater than the font's ascent or descent, this means
glyphs overlap, which should be handled now by redisplay.
2000-12-06 10:47:03 +00:00
Miles Bader
0eb2ecde67
(Finternal_set_lisp_face_attribute): If FRAME is `t', update
...
`default-frame-alist' instead of setting no frame parameters.
2000-12-06 01:13:15 +00:00
Kenichi Handa
03d7a16767
*** empty log message ***
2000-12-06 00:28:31 +00:00
Jason Rumney
c28a075b11
(sunfns.obj): Remove.
...
(md5.obj): Add.
(fns.obj): Depend on md5.h.
2000-12-05 23:05:57 +00:00
Jason Rumney
5f8803c2c0
Remove underscores from function declarations.
...
(__attribute__, __alignof__) [!__GNUC__]: Define.
2000-12-05 22:54:21 +00:00