1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
Commit graph

15647 commits

Author SHA1 Message Date
Pavel Janík
7769818bc9 *** empty log message *** 2002-04-20 13:41:07 +00:00
Pavel Janík
436fa78bc1 (use-dialog-box): Doc fix. 2002-04-20 13:32:12 +00:00
Pavel Janík
6ad6535ba3 *** empty log message *** 2002-04-19 19:04:25 +00:00
Pavel Janík
2a793c0c4c (note_mode_line_or_margin_highlight): Remove unused variables row', i'
and `area'.
(XTread_socket) <KeyPress>: Pass KeyPress events when in menu to toolkit
library.
2002-04-19 18:59:02 +00:00
Stefan Monnier
3d90c96c54 (clear_font_table): Don't free the default font of
a frame even if it's on another display.
(Finternal_set_lisp_face_attribute): Don't use XFRAME on something
that could be Qt.
2002-04-19 18:38:16 +00:00
Juanma Barranquero
58b1103e0e (Fmove_to_column): Remove unused local variable `next_boundary_byte'.
(current_column_1): Likewise.
2002-04-19 13:46:02 +00:00
Eli Zaretskii
175e150b91 *** empty log message *** 2002-04-19 13:12:14 +00:00
Eli Zaretskii
a0738471ba (Qhbar): New variable.
(syms_of_msdos): intern and staticpro it.
(IT_set_cursor_type, IT_set_frame_parameters): Handle the `hbar'
cursor type.
2002-04-19 12:13:47 +00:00
Eli Zaretskii
6fab1572a3 (text_cursor_kinds): New enumeration member HBAR_CURSOR. 2002-04-19 11:51:16 +00:00
Eli Zaretskii
65c26775c6 (x_draw_bar_cursor): New argument KIND; callers changed.
Handle the `hbar' cursor type.
(x_display_and_set_cursor): Handle the HBAR_CURSOR case.
2002-04-19 11:47:58 +00:00
Eli Zaretskii
a9653085d8 (Qhbar): New variable.
(syms_of_xfns): intern and staticpro it.
(x_specified_cursor_type): Handle `hbar' cursor.
2002-04-19 11:45:27 +00:00
Eli Zaretskii
5e3238f491 *** empty log message *** 2002-04-19 10:35:52 +00:00
Eli Zaretskii
ec07b63d6f (bcopy, bzero, bcmp): Define only if HAVE_BCOPY is not defined. 2002-04-19 10:11:57 +00:00
Richard M. Stallman
11713b6daf (remove_properties): New arg LIST allows scanning
either a list or a plist.
(interval_has_some_properties_list): New function, like
interval_has_some_properties using list instead of plist.
All callers changed.
(Fremove_list_of_text_properties): New function.
(syms_of_textprop): Defsubr it.
2002-04-19 00:14:14 +00:00
Richard M. Stallman
0cf5c1e712 (remove_properties): New arg LIST allows scanning either a list or a plist.
(interval_has_some_properties_list): New function, like
interval_has_some_properties using list instead of plist.
All callers changed.
(Fremove_list_of_text_properties): New function.
(syms_of_textprop): Defsubr it.
2002-04-19 00:13:57 +00:00
Richard M. Stallman
5b48fe6556 Comment change. 2002-04-19 00:11:58 +00:00
Eli Zaretskii
1a4140b0b4 (HAVE_LIBKSTAT): Define only if not already defined. 2002-04-17 19:39:00 +00:00
Juanma Barranquero
59b7fa6569 (Fmove_to_column): Remove unused local variable `end_byte'. 2002-04-17 14:19:15 +00:00
Juanma Barranquero
3f67ae94e0 Fix typo in comment. 2002-04-17 13:49:49 +00:00
Eli Zaretskii
ac431108e3 (coordinates_in_window): Don't report on margin area if its width is zero. 2002-04-17 10:36:37 +00:00
Jason Rumney
1c565847fa *** empty log message *** 2002-04-16 23:00:27 +00:00
Jason Rumney
f8a58bacc7 (Fx_file_dialog): Decode file name before using. 2002-04-16 22:26:33 +00:00
Jason Rumney
54a0ce0f22 (construct_drag_n_drop): Likewise. 2002-04-16 22:24:25 +00:00
Eli Zaretskii
852eef401e *** empty log message *** 2002-04-16 17:39:22 +00:00
Eli Zaretskii
9d45f16bb6 (SYSTEM_PURESIZE_EXTRA): Reduce to 50000. 2002-04-16 17:29:11 +00:00
Eli Zaretskii
e6fb24ad2d (BASE_PURESIZE): Increase to 830000, since we now
store load-history in pure space.
2002-04-16 17:27:42 +00:00
Stefan Monnier
c997eae589 (Qlatin_1, Qutf_8): New vars.
(syms_of_xterm): Initialize them.
(XTread_socket): Eliminate incorrect optimization that tried to avoid
decoding the output of X*LookupString.
Always use latin-1 to decode the output of XLookupString.
Try Xutf8LookupString if XmbLookupString failed.
2002-04-16 15:08:20 +00:00
Stefan Monnier
b0ead4a881 (new_region_cache): Use BEG. 2002-04-16 12:39:25 +00:00
Gerd Moellmann
08327b2269 (MMAP_ALLOCATED_P): New macro to be set from system
configuration files.
(mmap_enlarge): Enlarge mapped regions only if MMAP_ALLOCATED_P
returns 0.
2002-04-16 07:35:02 +00:00
Andreas Schwab
d8f6d720de Don't define HAVE_ALLOCA, C_ALLOCA and STACK_DIRECTION, now set by autoconf. 2002-04-15 13:24:05 +00:00
Andreas Schwab
4c87c7335b Stamp file for config.in 2002-04-15 13:14:45 +00:00
Andreas Schwab
1c9952f853 Regenerated with autoheader. 2002-04-15 13:14:20 +00:00
Pavel Janík
0e03b0c25f *** empty log message *** 2002-04-14 08:18:02 +00:00
Pavel Janík
521069b95b (marginal_area_string): Sort arguments. 2002-04-14 08:16:33 +00:00
Pavel Janík
e814215982 (marginal_area_string): Add prototype. 2002-04-14 08:15:43 +00:00
Richard M. Stallman
685fc579ad (Finsert_file_contents):
Don't call temp_output_buffer_setup--do just part, by hand.
2002-04-13 17:49:34 +00:00
Richard M. Stallman
3fd9494be4 (run_pre_post_conversion_on_str):
Don't call temp_output_buffer_setup--do just part, by hand.
2002-04-13 17:49:00 +00:00
Richard M. Stallman
e1204d39fc (command_loop_1): Don't call start_hourglass
or cancel_hourglass when executing a macro.
2002-04-13 17:48:10 +00:00
Richard M. Stallman
59d3606667 (count_markers): New function. 2002-04-13 17:47:20 +00:00
Richard M. Stallman
adb63af12a (display_mode_element): Don't let mode_line_proptrans_alist
grow without limit.  Move recently used elements to the front.
2002-04-13 17:46:37 +00:00
Eli Zaretskii
e144dfa8e3 (unexec) [__sgi]: Undo the change from 2002-01-20. 2002-04-13 09:53:06 +00:00
Gerd Moellmann
7d4cc82846 (sync_frame_with_window_matrix_rows): Don't give frame
rows marginal areas.
(Fdump_frame_glyph_matrix) [GLYPH_DEBUG]: New function.
(syms_of_xdisp) [GLYPH_DEBUG]: Defsubr it.
2002-04-12 11:43:36 +00:00
Gerd Moellmann
e9f8a3abf3 *** empty log message *** 2002-04-12 09:43:20 +00:00
Gerd Moellmann
db1db30938 (marginal_area_string): New. 2002-04-12 09:36:56 +00:00
Gerd Moellmann
49b996e77a (window_part): Add ON_LEFT_MARGIN, ON_RIGHT_MARGIN.
(Qleft_margin, Qright_margin): Declare.
(coordinates_in_window, (Fcoordinates_in_window_p): Deal with
margins.
2002-04-12 09:36:21 +00:00
Gerd Moellmann
7d60ad8af0 (Qleft_margin, Qright_margin): Declare.
(make_lispy_event): Deal with mouse events in margins.
2002-04-12 09:35:34 +00:00
Gerd Moellmann
b436feb657 (note_mode_line_or_margin_highlight): Renamed from
note_mode_line_highlight and extended.
2002-04-12 09:33:52 +00:00
Stefan Monnier
d7565649a3 *** empty log message *** 2002-04-12 06:01:18 +00:00
Stefan Monnier
ecd52a9385 (dos_rawgetc): int/Lisp_Object confusion. 2002-04-12 05:57:21 +00:00
Stefan Monnier
781347899e (gen_help_event): int/Lisp_Object confusion. 2002-04-12 05:55:04 +00:00