Stefan Monnier
0a28e1ca57
*** empty log message ***
2002-09-10 06:05:36 +00:00
Stefan Monnier
6df42991d3
(DISCARD_FAILURE_REG_OR_COUNT): Delete.
...
(CHECK_INFINITE_LOOP): Don't pop anything: just set `cycle' to 1.
(re_match_2_internal): Be more careful with infinite loops.
2002-09-10 05:59:32 +00:00
Kim F. Storm
e00a136119
Typo
2002-09-09 22:44:27 +00:00
Kim F. Storm
2bbfbf2560
*** empty log message ***
2002-09-09 22:43:40 +00:00
Kim F. Storm
8ab0942980
(end_kbd_macro): Declare extern.
2002-09-09 22:34:10 +00:00
Kim F. Storm
eeb8fc0d23
(end_kbd_macro): New function.
...
(Fend_kbd_macro): Use it.
2002-09-09 22:33:51 +00:00
Kim F. Storm
2b17d5ed90
(Fdiscard_input): If defining keyboard macro,
...
end and save it instead of discarding it.
2002-09-09 22:33:36 +00:00
Markus Rost
e986c17538
Fix typo. Add comment.
2002-09-09 21:37:28 +00:00
Richard M. Stallman
50332dc114
*** empty log message ***
2002-09-09 19:41:35 +00:00
Richard M. Stallman
098d42af72
(regnum_t): Use signed int, not unsigned int.
2002-09-09 19:41:30 +00:00
Richard M. Stallman
8103074acf
New file.
2002-09-09 19:40:44 +00:00
Richard M. Stallman
b3bc7e9e7c
(UNEXEC): Definition deleted.
2002-09-09 19:40:29 +00:00
Kim F. Storm
de8e3806c4
*** empty log message ***
2002-09-08 20:37:44 +00:00
Kim F. Storm
d23fb40a7a
(executing_macro_index): Change type to EMACS_INT.
2002-09-08 20:29:05 +00:00
Kim F. Storm
64799df53a
(executing_macro_index): Change type to EMACS_INT.
...
(syms_of_macros): DEFVAR_INT it (needed by kmacro).
2002-09-08 20:28:46 +00:00
Richard M. Stallman
426f6c23f4
(set_case_table): Make canon table point to eqv table.
2002-09-06 16:46:08 +00:00
Juanma Barranquero
f8f8d46438
(syms_of_xselect): Fix spacing.
2002-09-06 09:05:22 +00:00
Juanma Barranquero
3b32ae2caa
(syms_of_w32select): Fix spacing.
2002-09-06 09:04:56 +00:00
Juanma Barranquero
b1abeb713f
(syms_of_win16select): Fix spacing.
2002-09-06 09:04:40 +00:00
Juanma Barranquero
b6f96a7e3b
(Fx_server_max_request_size): Fix spacing.
2002-09-06 09:04:22 +00:00
Juanma Barranquero
f83d92b2f8
(Fset_fontset_font): Fix spacing.
2002-09-06 09:03:22 +00:00
Juanma Barranquero
3a9b12977d
(Flsh): Fix spacing.
2002-09-06 09:03:04 +00:00
Juanma Barranquero
9baf741813
(Fcompose_region_internal, Fcompose_string_internal): Fix spacing.
2002-09-06 09:02:46 +00:00
Juanma Barranquero
5f90b4fbb2
(syms_of_coding): Fix spacing.
2002-09-06 09:02:11 +00:00
Richard M. Stallman
b7c1256511
(set_image_of_range_1): In no-TRANSLATE case,
...
call EXTEND_RANGE_TABLE and return a proper value.
(set_image_of_range): Don't call set_image_of_range_1
if no TRANSLATE or if range includes all of Latin-1.
Only call it for the Latin-1 part of the range.
For other cases, make two separate ranges,
one for the original specified characters and one for
their case-conversions.
2002-09-06 03:09:13 +00:00
Richard M. Stallman
4d8da98bc4
*** empty log message ***
2002-09-05 02:47:51 +00:00
Richard M. Stallman
91fda8546a
(UNEXEC): Use unexsol.o.
2002-09-05 02:37:17 +00:00
Richard M. Stallman
1de65f5131
(displayed_window_lines): Correct for one-off bug
...
in HEIGHT on non-window displays.
2002-09-05 02:36:22 +00:00
Richard M. Stallman
77d11aec51
(set_image_of_range_1): New function.
...
(set_image_of_range): Use set_image_of_range_1 for Latin-1.
Return a value to indicate running out of memory.
(SET_RANGE_TABLE_WORK_AREA): Check value from set_image_of_range.
(extend_range_table_work_area): New subroutine.
(EXTEND_RANGE_TABLE): Replaces EXTEND_RANGE_TABLE_WORK_AREA.
Different calling conventions, and used from set_image_of_range{,_1}.
(IMMEDIATE_QUIT_CHECK): Definitions moved.
2002-09-05 02:34:37 +00:00
Juanma Barranquero
6218196f53
All dependencies updated.
2002-09-04 06:21:03 +00:00
Kenichi Handa
a30c876ac7
*** empty log message ***
2002-09-03 00:23:09 +00:00
Richard M. Stallman
69506e6742
*** empty log message ***
2002-09-01 13:46:53 +00:00
Richard M. Stallman
acb46fd42a
Initial version.
2002-09-01 13:45:21 +00:00
Richard M. Stallman
133cfefd7b
(Qbox): Declare external, don't define.
2002-09-01 13:44:53 +00:00
Richard M. Stallman
b60c965364
(redisplay_window) <force-start case>:
...
If point is on semi-visible last line, reposition
it at previous line.
2002-09-01 13:43:38 +00:00
Richard M. Stallman
dfe15ea33e
(TEMACS_LDFLAGS): Renamed from ALL_LDFLAGS. Don't include LDFLAGS.
...
(temacs): Pass LDFLAGS separately, and not via YMF_PASS_LDFLAGS.
2002-09-01 13:38:50 +00:00
Richard M. Stallman
4455ad75c5
(display_malloc_warning): Use display-warning.
...
(malloc_warning_1): Function deleted.
[ALLOC_DEBUG]: #undef INLINE.
2002-09-01 13:37:41 +00:00
Richard M. Stallman
e2518d0288
(read1): Handle #! by skipping the line.
2002-09-01 13:33:08 +00:00
Eli Zaretskii
97acc803a9
(get_window_cursor_type): Don't use x_highlight_frame
...
member of x_display_info unless we compile for some window system.
2002-08-31 10:17:09 +00:00
Andrew Choi
ca45961da5
2002-08-30 Andrew Choi <akochoi@shaw.ca>
...
* macterm.c (expose_overlaps): New function (merge code from
xterm.c).
(expose_window): Use it to fix the display of overlapping
rows (merge code from xterm.c).
2002-08-31 00:53:12 +00:00
Kim F. Storm
8420a5dd02
(Valternate_cursor_type, Qalternate_cursor_type): Removed.
...
(get_window_cursor_type): Don't use them.
(syms_of_xdisp): Remove intern, staticpro, and defvar for them.
2002-08-30 23:10:09 +00:00
Kim F. Storm
e0f7b1a80a
*** empty log message ***
2002-08-30 23:08:57 +00:00
Andrew Choi
e2d9d8a1b9
2002-08-30 Andrew Choi <akochoi@shaw.ca>
...
* macfns.c (Qbox): Add extern declaration.
2002-08-30 19:47:57 +00:00
Juanma Barranquero
ab0bb23402
(Qbox): Make extern.
...
(syms_of_w32fns): Remove initialization of Qbox.
2002-08-30 17:46:32 +00:00
Juanma Barranquero
842a938969
(Fx_open_connection): Fix docstring. Patch from Rune Kleveland <runekl@viewpoint.no>.
2002-08-30 17:02:47 +00:00
Kenichi Handa
ba197fe66a
(get_next_display_element): Fix previous change.
2002-08-30 13:44:55 +00:00
Kim F. Storm
6b3acc48d7
(struct w32_display_info) <x_highlight_frame>: Renamed from
...
w32_highlight_frame.
2002-08-30 13:22:12 +00:00
Kim F. Storm
4baaed0f99
Changed all occurrences of w32_highlight_frame with x_highlight_frame.
2002-08-30 13:19:45 +00:00
Kim F. Storm
c76654a23a
(Qbar, Qbox): Removed.
...
(syms_of_macfns): Don't intern or staticpro them.
2002-08-30 12:07:52 +00:00
Kim F. Storm
f0c8e81d17
(enum text_cursor_kinds): Removed.
...
(struct output_x) <current_cursor, desired_cursor, cursor_width>
<blink_off_cursor, blink_off_cursor_width>: Members removed.
(FRAME_DESIRED_CURSOR, FRAME_CURSOR_WIDTH, FRAME_BLINK_OFF_CURSOR)
(FRAME_BLINK_OFF_CURSOR_WIDTH): Macros removed.
(x_specified_cursor_type): Remove prototype.
2002-08-30 12:05:31 +00:00