Richard M. Stallman
7dbf73697a
(LIBXT): Move -lXmu before -lXt.
1994-05-23 09:25:36 +00:00
Richard M. Stallman
d95ebf7670
(${etc}DOC): Ignore error from rm.
...
(MSDOS_SUPPORT): New variable.
(lisp): Use MSDOS_SUPPORT.
1994-05-23 07:19:41 +00:00
Richard M. Stallman
afce6ded2d
(LD_SWITCH_SYSTEM): Add conditionals for HPUX_USE_SHLIBS.
...
Delete explicit -Xlinker in GCC case.
1994-05-23 07:14:38 +00:00
Richard M. Stallman
4d73d0388d
(x_set_window_size): If cursor outside new size, mark it off.
...
(note_mouse_highlight): Handle case of highlight extending
past end of window.
(fast_find_position): Fix bugs when no text on screen
and when the mouse is on an empty line.
1994-05-23 06:47:51 +00:00
Richard M. Stallman
8aa034e1fb
(menu_bar_one_keymap):
...
When there's no item string, use Qnil.
Don't ever put `undefined' into the list of definitions.
1994-05-23 06:32:59 +00:00
Richard M. Stallman
cc4ee3c7c6
(update_end): Undo previous change.
1994-05-23 06:31:52 +00:00
Richard M. Stallman
986e61b825
(change_frame_size): Keep cursor coords in range.
1994-05-23 05:53:55 +00:00
Richard M. Stallman
38ab08d1bf
(window_loop, UNSHOW_BUFFER case):
...
Put prev change in #ifdef MULTI_FRAME.
1994-05-23 05:41:58 +00:00
Richard M. Stallman
d56b45eba6
(other_visible_frames): No longer static.
1994-05-23 05:38:20 +00:00
Richard M. Stallman
967ac200e0
(HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
...
(HAVE_XSCREENNUMBEROFSCREEN): Define these if not already defined.
1994-05-22 20:17:29 +00:00
Richard M. Stallman
234d3183f3
[MSDOS]: Don't include files from the dos extender
...
and debugger. Use the <coff.h> that was put in the right place
a couple of djgpp versions ago. Consequently, use `unsigned short'
for `word16' and `unsigned long' for `word32'.
1994-05-22 19:55:13 +00:00
Richard M. Stallman
b8a0abf2de
Include config.h.
...
[HPUX_USE_SHLIBS]: Include dl.h.
(brk_on_dump): New variable.
(unexec): Set brk_on_dump.
(copy_file): Change buffer size to 8192.
1994-05-22 19:34:55 +00:00
Richard M. Stallman
0a56d3643a
entered into RCS
1994-05-22 09:22:25 +00:00
Richard M. Stallman
3f8a324119
Whitespace fixes.
1994-05-22 08:55:18 +00:00
Richard M. Stallman
6b54027bd8
(change_window_height): Test for DELTA too small
...
only after making it smaller based on maxdelta.
1994-05-22 08:30:57 +00:00
Richard M. Stallman
1691b32b59
(Fdelete_directory): Allow dir names as well as file names.
1994-05-22 01:40:44 +00:00
Richard M. Stallman
631ffc911c
(A_TEXT_OFFSET, A_TEXT_SEEK): Commented out.
1994-05-21 23:16:32 +00:00
Richard M. Stallman
4458f5554d
(create_process): Don't complain about error from TIOCSETD.
1994-05-21 07:28:57 +00:00
Richard M. Stallman
59135ed1f9
Add template for init_gettimeofday.
1994-05-21 07:28:23 +00:00
Richard M. Stallman
546e6d5b17
(x_wm_set_window_state) [USE_X_TOOLKIT]: Use XtSetValues.
...
(x_iconify_frame) [USE_X_TOOLKIT]: New code for invisible window case.
(XtNinitialState) [USE_X_TOOLKIT]: New #define.
(x_make_frame_invisible): Mostly combine toolkit/non-toolkit cases,
in the process fixing a dumb bug.
(x_iconify_frame): Fix error messages.
1994-05-21 05:36:07 +00:00
Karl Heuer
d8acee5f65
(x_set_background_color): Set scroll bar backgrounds.
1994-05-21 01:11:51 +00:00
Richard M. Stallman
1051b3b3ef
(Finsert_file_contents): Declare buffer as unsigned
...
char. When comparing with file size convert same_at_start to
distance to buffer start. If the file matches the buffer
contents truncate the buffer to the size of the file.
1994-05-20 23:14:58 +00:00
Michael I. Bushnell
73aa97044a
Only lusers assume that O_RDONLY == 0.
1994-05-20 16:17:20 +00:00
Richard M. Stallman
9fdbfdf8fd
(read_char_minibuf_menu_prompt): Don't forget to initialize nobindings.
...
(lispy_function_keys): Add `backtab'.
1994-05-20 08:18:01 +00:00
Richard M. Stallman
c04d7da3f0
(UNEXEC_ALIAS): New variable, used to make the unex...o target.
...
(ORDINARY_LINK): Define by default if __GNU_LIBRARY__ and not LINUX.
1994-05-20 08:16:32 +00:00
Richard M. Stallman
b839cea074
(Fset_face_attribute_internal): Always return valid data.
1994-05-20 05:32:26 +00:00
Richard M. Stallman
eb769fd77c
(syms_of_textprop): Set up Lisp fn get-char-property.
1994-05-20 05:29:50 +00:00
Richard M. Stallman
5520f84fc6
(FRAME_SUPPORT): Add menu-bar.el.
...
(ORDINARY_LINK): Define by default
if __GNU_LIBRARY__ and not LINUX.
1994-05-19 23:41:44 +00:00
Richard M. Stallman
50d5aeb56c
(EmacsFrameSetCharSize): Once again preserve x and y pos,
...
but not the same way as before.
1994-05-19 23:36:01 +00:00
Richard M. Stallman
eb0995ee10
(EXTRA_INITIALIZE): Define here.
1994-05-19 23:32:48 +00:00
Richard M. Stallman
cbd4bc1b50
(EXTRA_INITIALIZE): Definition deleted.
1994-05-19 23:32:30 +00:00
Richard M. Stallman
d446a85621
(syms_of_frame): Set up frame-first-window as Lisp fn.
1994-05-19 22:11:05 +00:00
Richard M. Stallman
5844e1c409
Add "args" to dummy definition of compute-motion.
1994-05-19 21:48:59 +00:00
Richard M. Stallman
8dca31790b
[BROKEN_TIOCGWINSZ]: Undef TIOCSWINSZ too.
1994-05-19 20:25:52 +00:00
Richard M. Stallman
3883a90171
(PENDING_OUTPUT_COUNT): If __GNU_LIBRARY__,
...
use GNU_LIBRARY_PENDING_OUTPUT_COUNT if defined.
Include errno.h.
1994-05-19 18:42:37 +00:00
Richard M. Stallman
1ad2277b68
(setup_frame_gcs): Move cursor_bits variable out of
...
setup_frame_gcs and rename to setup_frame_cursor_bits.
1994-05-19 18:32:59 +00:00
Richard M. Stallman
c2c3f859e2
(GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
...
renamed from PENDING_OUTPUT_COUNT.
1994-05-19 16:34:27 +00:00
Richard M. Stallman
948c852a5f
(other_menu_bar_item_p): Return 0 if no menu bar.
1994-05-19 15:49:52 +00:00
Richard M. Stallman
f70e9e1e64
(xmenu_show): Don't look in menubar for core.height if no menu bar.
1994-05-19 05:56:21 +00:00
Richard M. Stallman
f4226e8999
(Fwrite_region): Set update_mode_lines.
1994-05-19 05:54:51 +00:00
Richard M. Stallman
268466edbe
(syms_of_fileio): Doc fix.
...
(Finsert_file_contents): Declare `buffer' as unsigned char.
1994-05-19 05:20:27 +00:00
Richard M. Stallman
872157e774
(lispy_function_keys): Add various kp- keys for X11R6.
1994-05-19 00:28:39 +00:00
Richard M. Stallman
3cf855321c
(Fset_window_buffer): Fix dedicated window error call.
...
(window_loop, case UNSHOW_BUFFER): Clear dedicated flag.
1994-05-18 23:37:55 +00:00
Richard M. Stallman
83dcaada84
(WORDS_BIG_ENDIAN): Define this, not BIG_ENDIAN.
1994-05-18 05:50:51 +00:00
Richard M. Stallman
5adcab5315
EMACS_CONFIGURATION renamed from CONFIGURATION.
1994-05-18 05:40:19 +00:00
Richard M. Stallman
f7511647da
(syms_of_emacs): EMACS_CONFIGURATION renamed from CONFIGURATION.
...
(shut_down_emacs): Don't call intern.
1994-05-18 05:39:39 +00:00
Karl Heuer
b6703b0279
(Fbacktrace): Properly nest parentheses.
...
(Fbacktrace_frame): Don't bomb on invalid frame number.
1994-05-17 22:58:29 +00:00
Richard M. Stallman
ca873d73a2
(command_loop_1): Fix test for valid display table entry,
...
for backwards motion.
1994-05-17 19:51:54 +00:00
Richard M. Stallman
b46498ae45
(ALL_LDFLAGS): Add LDFLAGS.
...
(MAKE): Don't override a previous value of MAKE set by configure.
1994-05-17 19:44:17 +00:00
Richard M. Stallman
d520f0d2ad
(update_frame): Fix test of outq and baud_rate some more.
1994-05-17 19:38:45 +00:00