Geoff Voelker
f3d268f900
(initialize_w32_displayed): Use new function prototypes.
1998-04-29 04:35:17 +00:00
Geoff Voelker
eccec691ae
Include cm.h after dispextern.h to avoid name conflicts
...
in Windows system headers.
(term_init) [WINDOWSNT]: Do not include remainder of function.
1998-04-29 04:34:52 +00:00
Geoff Voelker
38adb313a0
[WINDOWSNT]: Use function prototypes.
1998-04-29 04:34:29 +00:00
Geoff Voelker
6d55d620a6
Conditionally include xterm.h using HAVE_X_WINDOWS.
1998-04-29 04:34:05 +00:00
Richard M. Stallman
c86212b98b
(Fgap_position, Fgap_size): New functions.
...
(syms_of_editfns): defsubr them.
1998-04-29 01:00:01 +00:00
Richard M. Stallman
eb4b1c0532
Fix previous change.
1998-04-29 00:59:43 +00:00
Richard M. Stallman
81d7062685
(Flsh, Fash): Handle out-of-range shift counts reasonably.
1998-04-29 00:59:22 +00:00
Richard M. Stallman
3036594f2a
(lock_file): gcpro `fn'.
1998-04-29 00:28:28 +00:00
Richard M. Stallman
35d6372510
(insert_1_both): Call prepare_to_modify_buffer before moving or making gap.
...
(insert_from_string_1): Don't check max buffer size here.
1998-04-29 00:20:14 +00:00
Richard M. Stallman
cea6021b07
Comment changes.
1998-04-28 23:39:57 +00:00
Richard M. Stallman
7acceb4aaf
(HAVE_STRING_H): Add #undef.
...
(HAVE_WAIT_HEADER): Defined.
1998-04-28 22:58:20 +00:00
Richard M. Stallman
12411c24ba
(main): Doc --multibyte and --unibyte in --help message.
1998-04-28 21:35:36 +00:00
Richard M. Stallman
e1176af4c5
(main): Fix bug report address.
1998-04-28 21:33:28 +00:00
Richard M. Stallman
d73c6532e1
[HAVE_MENUS]: Include xterm.h only if HAVE_X_WINDOWS.
1998-04-28 21:21:14 +00:00
Eli Zaretskii
c26949c3c8
(callproc.o, print.o, cmds.o, dispnew.o, fileio.o,
...
frame.o, keyboard.o, minibuf.o, process.o, scroll.o, sysdep.o,
term.o, w16select.o, window.o, xdisp.o, xfaces.o, lread.o): Depend
on msdos.h.
(print.o): Depend on dispextern.h.
1998-04-28 14:18:24 +00:00
Andreas Schwab
c1a2f60a9c
Fix -Wimplicit warnings.
1998-04-28 09:35:07 +00:00
Andreas Schwab
3a80c0aa96
(Fset_process_inherit_coding_system_flag): Fix test for non-nil FLAG.
1998-04-28 09:27:02 +00:00
Andreas Schwab
6c478f93f6
(readevalloop): Fix type of UNIBYTE parameter.
1998-04-28 09:23:01 +00:00
Richard M. Stallman
de4df76b65
(reinvoke_input_signal): Don't use prototype decl.
1998-04-28 02:33:19 +00:00
Ulrich Drepper
1823194b95
automatically generated from GPLed version
1998-04-27 23:48:59 +00:00
Richard M. Stallman
f4b50f66ee
(Fload_average): New arg USE_FLOATS.
1998-04-27 20:54:19 +00:00
Richard M. Stallman
b1ee4bd147
[HAVE_MENUS]: Include xterm.h only if HAVE_WINDOW_SYSTEM is defined.
1998-04-27 20:30:51 +00:00
Richard M. Stallman
d68cc14c93
(Fcompare_strings): Doc fix.
1998-04-27 20:29:38 +00:00
Eli Zaretskii
7990d02a2d
Include msdos.h after lisp.h.
1998-04-27 14:26:43 +00:00
Eli Zaretskii
5f027cead6
nclude msdos.h after lisp.h.
1998-04-27 14:24:08 +00:00
Eli Zaretskii
71f6566933
(IT_ring_bell, IT_write_glyphs, IT_clear_end_of_line,
...
IT_clear_screen, IT_clear_to_end, IT_clear_to_end, IT_cursor_to,
IT_cmgoto, IT_reassert_line_highlight, IT_change_line_highlight,
IT_update_begin, IT_update_end, IT_set_terminal_modes,
IT_reset_terminal_modes, IT_set_terminal_window,
pixel_to_glyph_coords, IT_menu_display): Bring definitions in
accordance with prototype declarations.
1998-04-27 14:18:00 +00:00
Eli Zaretskii
bd5197a45b
[!HAVE_X_WINDOWS]: Add a dummy typedef for XRectangle
...
and prototypes for external functions.
1998-04-27 14:15:07 +00:00
Richard M. Stallman
a76206dcc3
(x_set_foreground_color, x_set_background_color)
...
(x_set_mouse_color, x_set_cursor_color): Don't call unload_color
if same pixel is used in another slot in the frame.
(x_set_foreground_color): Call unload_color on the old color.
(x_set_background_color, x_set_mouse_color): Likewise.
(x_set_cursor_color, x_set_border_pixel): Likewise.
1998-04-26 22:36:29 +00:00
Richard M. Stallman
74c1de234c
(parse_menu_item): Support keywords :keys and
...
:key-sequence. Some changes to provide GC-protection. Some
cosmetic changes.
(syms_of_keyboard): Define new symbols `:keys' and `:key-sequence'.
1998-04-26 22:34:53 +00:00
Richard M. Stallman
871fb8d0e1
(standard_args): Apply --unibyte/multibyte after --nw.
1998-04-26 19:21:14 +00:00
Richard M. Stallman
bdd47b1c07
(Fintern): Initialize keywords only in initial obarray.
1998-04-26 19:16:46 +00:00
Richard M. Stallman
454fa45765
(Fmakunbound): Test keywordness only in initial obarray.
...
(set_internal): Test keywordness only in initial obarray.
1998-04-26 19:16:25 +00:00
Richard M. Stallman
393306dd07
Include initial_obarray from lread.c
1998-04-26 19:14:58 +00:00
Richard M. Stallman
b9c4113ee8
(croak): Add forward declaration.
1998-04-26 02:18:58 +00:00
Richard M. Stallman
adfea139b3
(unload_color): No longer static.
1998-04-25 23:33:59 +00:00
Richard M. Stallman
62b82678be
(insert_from_string, insert_from_string_before_markers):
...
Don't special case LENGTH = 0.
(insert_from_buffer): Likewise.
1998-04-25 23:32:56 +00:00
Richard M. Stallman
d6a1be6453
(x_display_cursor): Use FRAME_CURSOR_X_LIMIT.
1998-04-25 23:08:24 +00:00
Richard M. Stallman
868e640e90
(change_frame_size_1): Use FRAME_CURSOR_X_LIMIT.
...
(update_frame): Likewise.
1998-04-25 23:08:09 +00:00
Richard M. Stallman
4ff3479544
(FRAME_CURSOR_X_LIMIT): New macro.
1998-04-25 23:07:46 +00:00
Richard M. Stallman
8028e0edda
(Fread_from_string): Initialize startval and endval.
1998-04-25 22:00:26 +00:00
Richard M. Stallman
7b140fd7c7
(re_search_2): Fix handling of at_dot.
...
Fix the way RANGE is set when handling begbuf.
1998-04-25 03:37:36 +00:00
Richard M. Stallman
6f46329ac1
(read1): Allow multibyte and unibyte together in one string.
1998-04-24 21:25:31 +00:00
Richard M. Stallman
6395da5ced
(update_frame): Move echo area cursor into range.
1998-04-24 21:22:48 +00:00
Richard M. Stallman
2e54982edd
(Qinhibit_point_motion_hooks): New variable.
...
(syms_of_xdisp): Init and staticpro it.
(redisplay_window): Bind the symbol to t.
1998-04-24 06:28:46 +00:00
Geoff Voelker
caf1a17212
(sys_socket): Make sockets non-inheritable.
1998-04-24 04:35:05 +00:00
Richard M. Stallman
ee59c65fd0
(shrink_decoding_region): Do not consider LF as ascii
...
if preceded by CR, since that confuses eol decoding.
(code_convert_region): When conversion fails with
CODING_FINISH_INSUFFICIENT_SRC, was overwriting src with garbage
from dst instead of copying from src to dst.
1998-04-24 01:05:25 +00:00
Geoff Voelker
80874ef71c
(sys_kill): Fix indenting.
1998-04-23 23:43:22 +00:00
Geoff Voelker
485015ca07
Replace code with a new version written from scratch
...
based on xmenu.c; menu construction is now completely lazy.
1998-04-23 23:43:02 +00:00
Geoff Voelker
014b6ea1df
(w32_read_socket): Don't misinterpret WM_PAINT message
...
as an expose event if the repaint region is actually empty. Also
use the standard menubar_selection_callback routine.
1998-04-23 23:42:28 +00:00
Geoff Voelker
f9ba66ce95
(Fcopy_file): Skip dev/inode check on Windows.
1998-04-23 23:42:09 +00:00