Richard M. Stallman
918a80cf33
(${libsrc}make-docfile): Don't pass ../arch-lib as target to submake.
1994-02-12 02:10:41 +00:00
Karl Heuer
be1dca2717
Fix conditional compilation.
1994-02-12 01:28:45 +00:00
Karl Heuer
18a66f9916
Delete HAVE_SETSID; configure checks for that.
1994-02-12 00:32:31 +00:00
Richard M. Stallman
8ffcf3f1fb
*** empty log message ***
1994-02-12 00:30:26 +00:00
Karl Heuer
1cac1f6f2f
(gethomedir): Look at LOGNAME before USER.
1994-02-12 00:12:15 +00:00
Karl Heuer
7246d1d3aa
(x_scroll_bar_create): Fix indentation.
1994-02-11 23:35:47 +00:00
Karl Heuer
b1da234a9a
(Fuser_real_login_name): Doc fix.
1994-02-11 22:31:39 +00:00
Karl Heuer
a6451a9fa7
(Fsubstitute_in_file_name): Remove long-dead code that looked at USER before
...
LOGNAME.
1994-02-11 21:51:51 +00:00
Karl Heuer
2c9ae24e79
(init_editfns): Look at LOGNAME before USER.
1994-02-11 21:51:23 +00:00
Richard M. Stallman
dd24e6a699
(syms_of_buffer): Doc fix.
1994-02-11 19:06:00 +00:00
Richard M. Stallman
8ffcb79f95
(decode_mode_spec): Implement `P'.
1994-02-11 18:56:15 +00:00
Charles Hannum
e7e0c779e1
Use -ltermcap, not Emacs's own version. #undef symbols used for
...
replacement getloadavg(), since we have our own. Don't redefine
symbols from a.out.h if they already exit (i.e. this is NetBSD >0.9).
1994-02-11 17:52:05 +00:00
Roland McGrath
6c9364e196
(SYSV_SYSTEM_DIR): Define.
...
(BROKEN_START, TEXT_START, START_FILES, UNEXEC, RUN_TIME_REMAP): Define to
use unexsunos4.
(N_PAGSIZ, N_BSSSADDR, N_TRELOFF): Define so unexsunos4.c compiles.
1994-02-11 17:32:57 +00:00
Fred Pierresteguy
6bc2039852
(x_set_menu_bar_lines) [USE_X_TOOLKIT]: Dont Call XtDestroyWidget but
...
free_frame_menubar.
Undo previous changes.
1994-02-11 13:56:38 +00:00
Fred Pierresteguy
363f7e15ee
*** empty log message ***
1994-02-11 13:50:53 +00:00
Fred Pierresteguy
9d7e2e3eef
(x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.
1994-02-11 13:25:11 +00:00
Fred Pierresteguy
85f487d15c
(free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X Widget
...
instance of the menubar.
1994-02-11 13:19:19 +00:00
Fred Pierresteguy
63c414df27
(xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.
1994-02-11 08:52:53 +00:00
Karl Heuer
b0f2a7bf45
(syms_of_keyboard): Add a DEFVAR for command-hook-internal.
...
(command_loop_1): Use it for post-command-hook.
(Fexecute_extended_command): Copy this_command_keys as a vector, not a string.
1994-02-11 08:05:12 +00:00
Roland McGrath
a86928f70c
(sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.
1994-02-11 02:52:17 +00:00
Roland McGrath
d21dd7109c
Add #undef SYS_SIGLIST_DECLARED.
1994-02-11 02:50:00 +00:00
Karl Heuer
3cb8101157
(read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_char
...
after a buffer change.
1994-02-11 01:34:16 +00:00
Karl Heuer
6c82d689cf
(read_filtered_event): Retry read_char after a buffer change.
1994-02-11 01:29:24 +00:00
Karl Heuer
7b260679d0
Split #ifdef so as not to confuse c-mode.
1994-02-11 00:13:59 +00:00
Karl Heuer
afdb248596
(Fpos_visible_in_window_p): Take hscroll into account.
1994-02-11 00:00:28 +00:00
Karl Heuer
ef0fdbb1db
(buffer_posn_from_coords): Take hscroll into account.
1994-02-10 23:59:25 +00:00
Karl Heuer
671fbc4df1
(Fmessage): Copy the text to be displayed into a malloc'd buffer.
1994-02-10 20:50:54 +00:00
Karl Heuer
3a179e58d7
Comment change.
1994-02-10 20:44:20 +00:00
Karl Heuer
8e718b4eb6
(difftm): Simplify expression.
1994-02-10 20:27:34 +00:00
Fred Pierresteguy
9106ccf1ff
(xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotify
...
case.
1994-02-10 09:34:37 +00:00
Richard M. Stallman
3d9f5ce2fa
Use new name vmsdir.h.
1994-02-10 04:38:58 +00:00
Karl Heuer
f05b275b4a
(Fdo_auto_save): Save echo_area_glyphs_length.
1994-02-10 00:39:28 +00:00
Karl Heuer
51056d11c5
(Fgarbage_collect): Save echo_area_glyphs_length.
1994-02-10 00:35:15 +00:00
Karl Heuer
7410477aee
(Fkill_all_local_variables): Run change-major-mode-hook.
1994-02-09 23:47:09 +00:00
Karl Heuer
f94397b551
(x_display_cursor, process_expose_from_menu): Block input.
1994-02-09 23:31:54 +00:00
Karl Heuer
f47ed8df08
(CRT0_DUMMIES): Definition deleted.
1994-02-09 22:32:39 +00:00
Karl Heuer
9149e74322
(mark_object): Fetch obj from *objptr at loop, not at the gotos.
1994-02-09 22:04:55 +00:00
Fred Pierresteguy
47e8f9a322
(xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,
...
if you move the pointer on another menubar item while displaying the contents
of a selected menubar item, the current pulldown menu is closed and the new
one corresponding to the new pointed item is displayed.
Clean up code.
Handle the MotionNotify events in the XEvent loop.
1994-02-09 13:51:25 +00:00
Karl Heuer
4d6ebff804
(compute_char_face): Extract overlay-sorting code as a separate function,
...
which is now in buffer.c.
1994-02-09 03:25:25 +00:00
Karl Heuer
5985d248db
(sort-overlays): New function, extracted from xfaces.c.
1994-02-09 03:23:48 +00:00
Roland McGrath
c6f7982f43
(print): If print_escapes_newlines, print '\f' as "\\f".
...
(syms_of_print): Update docstring.
1994-02-08 22:42:28 +00:00
Richard M. Stallman
f2d2dbfe1c
(Fprocess_kill_without_query): Doc fix.
1994-02-08 07:26:28 +00:00
Karl Heuer
525a87de9a
(compute_motion): Source code was improperly indented.
1994-02-08 06:19:09 +00:00
Jim Meyering
b391d2bfd0
*** empty log message ***
1994-02-08 04:01:10 +00:00
Karl Heuer
63268f7602
*** empty log message ***
1994-02-08 03:47:10 +00:00
Fred Pierresteguy
bc20ebbfef
(x_make_frame_invisible): Add USE_X_TOOLKIT conditional.
1994-02-07 18:25:41 +00:00
Richard M. Stallman
71cc5cf396
(single_keymap_panes): Use internal_condition_case_1.
...
(single_keymap_panes_1): New function.
1994-02-07 01:05:06 +00:00
Richard M. Stallman
047a8ea77d
(menu_bar_item): Use internal_condition_case_1.
...
(menu_bar_item_1): New function.
1994-02-07 01:03:39 +00:00
Richard M. Stallman
d227775c81
(internal_condition_case_1): New function.
1994-02-07 01:02:05 +00:00
Richard M. Stallman
fffc2367a5
(init_frame_faces): Clear FRAME_N_COMPUTED_FACES
...
and FRAME_SIZE_COMPUTED_FACES.
(compute_glyph_face): New arg CURRENT_FACE specifies face to merge with.
1994-02-06 08:05:58 +00:00