- 05 Jul, 2000 4 commits
-
-
Gerd Moellmann authored
(x_produce_image_glyph, x_append_stretch_glyph): Accomodate to changes in struct glyph starting 1999-12-27. Some bit-fields of struct glyph were not set, which made glyphs unequal when compared with GLYPH_EQUAL_P. Redisplay outputs such glyphs, and flickering effects were the result. This also depended on the contents of memory returned by xmalloc. If flickering happens again, activate the code in clear_glyph_row that's in #if 0. If the flickering is gone with that, chances are that it is caused by something similar.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(window_list): Order list so that, for each frame, windows are in canonical order, and so that frames appear in the list in the order given by Vframe_list. (next_window): Reverse the handling of NEXT_P.
-
- 04 Jul, 2000 17 commits
-
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(make_window, delete_window): Set Vwindow_list to nil. (check_window_containing): New function. (window_from_coordinates): Rewritten. (add_window_to_list, window_list, candidate_window_p) (decode_next_window_args, next_window): New functions. (Fnext_window, Fprevious_window): Rewritten in terms of next_window. (Fwindow_list): New function. (Fother_window): Cleaned up. (foreach_window): Add a longer "variable argument list". Let callback function return 0 to indicate that cycling over windows should stop. (foreach_window_1): Likewise. (freeze_window_start): Return int. (init_window): New function. (syms_of_window): Staticpro Vwindow_list and defsubr Swindow_list.
-
Gerd Moellmann authored
input_event with bzero. (main): Call init_window.
-
Dave Love authored
-
Dave Love authored
-
Andrew Innes authored
here via blockinput.h).
-
Gerd Moellmann authored
a menu filter.
-
Dave Love authored
-
Dave Love authored
-
Dave Love authored
-
Kenichi Handa authored
-
Kenichi Handa authored
property value a copy.
-
Kenichi Handa authored
property value a copy.
-
Kenichi Handa authored
-
Miles Bader authored
directories from Info-directory-list.
-
Miles Bader authored
(Info-default-directory-list): Rewritten to more methodically enumerate a big list of possible info directories (based on the list used by the standalone info reader).
-
Miles Bader authored
"/etc/manpath.config". (woman-parse-man.conf): Also handle MANDATORY_MANPATH entries, as are present in `manpath.config'. (woman-manpath): Include "/usr/share/man".
-
- 03 Jul, 2000 19 commits
-
-
Gerd Moellmann authored
on window-system.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
a window-system.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(face-x-resources): Remove duplicate entry for :font.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
marked already.
-
Gerd Moellmann authored
-
Gerd Moellmann authored
(walk-windows): Remove reference to walk-windows-start. (walk-windows): Guarantee termination by keeping a list of all the windows already handled.
-
Gerd Moellmann authored
cycling through windows with next-window.
-
Gerd Moellmann authored
cycling through windows with next-window.
-
Gerd Moellmann authored
of cycling through windows with next-window.
-
Gerd Moellmann authored
instead of cycling through windows with next-window.
-
Gerd Moellmann authored
(edebug-get-displayed-buffer-points): Use walk-windows/some-window instead of cycling through windows with next-window.
-
Gerd Moellmann authored
of cycling through windows with next-window.
-
Gerd Moellmann authored
of cycling through windows with next-window.
-
Gerd Moellmann authored
instead of cycling through windows with next-window.
-
Gerd Moellmann authored
-