1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-29 00:31:01 -08:00
Commit graph

13618 commits

Author SHA1 Message Date
Kenichi Handa
203682cccc *** empty log message *** 2001-03-05 07:21:30 +00:00
Kenichi Handa
5ef834ea90 (char_to_string): If a single byte char has modifier
bits that can't be reflected to the character code, ignore them
instead of signalling an error.
2001-03-05 06:41:40 +00:00
Kenichi Handa
2f4b4b44cf (syms_of_coding): Docstring modified. 2001-03-05 06:40:18 +00:00
Kenichi Handa
b86644f28f *** empty log message *** 2001-03-05 06:39:41 +00:00
Kenichi Handa
cceea57bc5 (lisp): Add international/utf-8.elc. 2001-03-05 00:28:21 +00:00
Eli Zaretskii
e30bd7b768 *** empty log message *** 2001-03-04 07:16:41 +00:00
Eli Zaretskii
1bd6203653 Update copyright notice. 2001-03-04 07:12:41 +00:00
Eli Zaretskii
00a4199604 Update the copyright. 2001-03-04 07:09:15 +00:00
Gerd Moellmann
b52b65bdb3 (glyph_rect): New function.
(XTmouse_position): Use it to raise the threshold for mouse
movement event generation.
2001-03-02 20:51:32 +00:00
Eli Zaretskii
2fe50224b8 (mark_maybe_pointer): Fix a typo in a comment. 2001-03-02 17:25:49 +00:00
Eli Zaretskii
53c4b1e66b *** empty log message *** 2001-03-02 13:37:27 +00:00
Gerd Moellmann
ef53d75e82 *** empty log message *** 2001-03-02 13:32:05 +00:00
Eli Zaretskii
ff12cd1d43 (Fmsdos_remember_default_colors): If default-frame-alist
specifies (reverse . t), reverse the initial screen colors.
(IT_set_frame_parameters): If the property is foreground-color,
but we are reversing the colors, set bg_set, not fg_set.  Likewise
for setting background-color and reversing: set fg_set.  Set
unspecified-fg and unspecified-bg correctly when (reverse . t) is
in effect.
2001-03-02 13:31:52 +00:00
Gerd Moellmann
214378eca1 (Fexpand_file_name): Collapse sequences of slashes
to a single slash in the middle of file names.
2001-03-02 13:31:33 +00:00
Eli Zaretskii
b9c769f866 (Finternal_set_lisp_face_attribute)
[!HAVE_WINDOW_SYSTEM]: Record the new attribute in the frame's
parameters alist.
2001-03-02 13:30:40 +00:00
Gerd Moellmann
cda0f4da7b (Fcurrent_time_zone) [HAVE_TM_ZONE || HAVE_TZNAME]:
Accept only alphanumeric time zone names.
2001-03-02 12:57:16 +00:00
Gerd Moellmann
f964b4d79c (XTset_vertical_scroll_bar): Don't clear a zero height
or width area.
(XTset_vertical_scroll_bar, x_scroll_bar_create): Don't configure
a widget to zero height.
2001-03-02 12:04:38 +00:00
Gerd Moellmann
c3c45f65ba (Fwindow_end): Call move_it_past_eol only if
ending up on a partially visible line.
2001-03-01 19:33:02 +00:00
Dave Love
028d739af1 *** empty log message *** 2001-03-01 18:47:58 +00:00
Dave Love
d617f6df4c (Fccl_execute): Doc fix. 2001-03-01 18:21:06 +00:00
Gerd Moellmann
35f59f6b57 (Fx_create_frame): Adjust the frame's height for presence
of the tool bar before calling x_figure_window_size.
2001-03-01 16:39:11 +00:00
Gerd Moellmann
f84ff02c81 *** empty log message *** 2001-03-01 15:28:57 +00:00
Gerd Moellmann
0c05dcd31a (free_frame_menubar): Set the frame's menubar_widget to
NULL after destroying it, otherwise XTread_socket can access a
destroyed widget when input is unblocked.
2001-03-01 15:28:26 +00:00
Gerd Moellmann
420f628cf9 (x_set_foreground_color): Set the background of the
cursor GC.
2001-03-01 13:12:24 +00:00
Gerd Moellmann
57c5889c08 (x_set_font): Handle case of x_new_fontset returning the
same name as before, although there was a change in fontsets.
2001-03-01 12:57:24 +00:00
Ken Raeburn
4560730a98 * lisp.h (Fframe_parameter): Declare. 2001-02-28 17:43:49 +00:00
Ken Raeburn
224227d1db * window.c (set_window_buffer): Field vscroll is an int, not a lisp object. 2001-02-28 17:41:06 +00:00
Gerd Moellmann
11ef99b90c *** empty log message *** 2001-02-28 15:06:38 +00:00
Gerd Moellmann
f1f4d34564 (x_set_window_size): Don't use `None' with widgets; use
NULL instead.
2001-02-28 15:06:04 +00:00
Gerd Moellmann
dbc64aa75a (Fx_hide_tip): Don't use `None' with widgets; use
NULL instead.
2001-02-28 15:05:10 +00:00
Gerd Moellmann
ece93c0291 (toplevel): Include process.h.
(enum mem_type): Add MEM_TYPE_PROCESS, MEM_TYPE_HASH_TABLE,
MEM_TYPE_FRAME, MEM_TYPE_WINDOW enumerators.
(allocate_vectorlike): Make it a static function.  Add parameter TYPE.
(allocate_vector, allocate_hash_table, allocate_window)
(allocate_frame, allocate_process, allocate_other_vector): New
functions.
(Fmake_vector): Call allocate_vector instead of allocate_vectorlike.
(mark_maybe_pointer): New function.
(mark_memory): Also mark Lisp data to which only pointers
remain and not Lisp_Objects.
(min_heap_address, max_heap_address): New variables.
(mem_find): Return MEM_NIL if START is below min_heap_address or
above max_heap_address.
(mem_insert): Compute min_heap_address and max_heap_address.
2001-02-28 13:30:02 +00:00
Gerd Moellmann
98423852fc (make_process): Use allocate_process. 2001-02-28 13:29:03 +00:00
Gerd Moellmann
e9c96c6291 (make_frame): Use allocate_frame. 2001-02-28 13:28:35 +00:00
Gerd Moellmann
26605be910 (make_window, make_dummy_parent): Use allocate_window.
(Fcurrent_window_configuration): Use allocate_other_vector.
2001-02-28 13:28:11 +00:00
Gerd Moellmann
b3660ef605 (Fdelete, larger_vector): Use allocate_vector.
(make_hash_table, copy_hash_table): Use allocate_hash_table.
2001-02-28 13:27:38 +00:00
Gerd Moellmann
42cc5ba463 (allocate_vectorlike): Remove prototype.
(allocate_vector, allocate_other_vector, allocate_frame)
(allocate_window, allocate_process, allocate_hash_table):
Add prototypes.
2001-02-28 13:27:04 +00:00
Kenichi Handa
5829aace4e (struct ccl_program): New member eight_bit_control. 2001-02-27 03:29:08 +00:00
Kenichi Handa
a8302ba35e (CCL_WRITE_MULTIBYTE_CHAR): New macro.
(ccl_driver) <CCL_WriteMultibyteChar2>: Use
CCL_WRITE_MULTIBYTE_CHAR instead of CCL_WRITE_CHAR.
<ccl_finish>: Set ccl->eight_bit_control properly.
2001-02-27 03:28:48 +00:00
Kenichi Handa
ade8d05eff (ccl_coding_driver): If ccl->eight_bit_control is zero,
treat the produced bytes as a valid multibyte sequence.
2001-02-27 03:27:20 +00:00
Kenichi Handa
063af45778 *** empty log message *** 2001-02-27 03:27:00 +00:00
Stefan Monnier
fc18e5470d (Faccessible_keymaps): Pass `is_metized' to accessible_keymaps_char_table.
(accessible_keymaps_char_table): Obey `is_metized'.
(where_is_internal, Fwhere_is_internal): Don't confuse int and Lisp_Object.
2001-02-26 17:16:00 +00:00
Stefan Monnier
f58c64946e *** empty log message *** 2001-02-26 17:07:47 +00:00
Gerd Moellmann
c596c392c8 *** empty log message *** 2001-02-26 13:08:00 +00:00
Gerd Moellmann
da024910cc Check HAVE_TERM_H before including term.h. 2001-02-26 12:17:18 +00:00
Andrew Innes
425de3869d *** empty log message *** 2001-02-24 22:12:00 +00:00
Andrew Innes
2821d96751 Update copyright notice. 2001-02-24 22:01:57 +00:00
Stefan Monnier
2ba11bbdcb (where_is_internal): Accept non-ascii integer prefixes. 2001-02-24 17:07:29 +00:00
Kenichi Handa
4c1593cec6 *** empty log message *** 2001-02-24 03:12:35 +00:00
Kenichi Handa
41d79f4d2b (Fnew_fontset): Fix handling of the case that an
element of FONTLIST is a cons of family and registry.
2001-02-24 02:45:00 +00:00
Kenichi Handa
66c56ed161 *** empty log message *** 2001-02-24 02:44:38 +00:00