1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-12 14:30:42 -08:00
Commit graph

1875 commits

Author SHA1 Message Date
Jim Blandy
c1f4f81aec * hpux9.h: Doc fix. 1993-07-28 18:57:47 +00:00
Jim Blandy
869fcb701c * s/hpux9.h: Doc fix. 1993-07-28 18:12:35 +00:00
Richard M. Stallman
6cbc22ed96 (wait_reading_process_input): Undo last two changes:
when wait_for_cell, do not check the keyboard.
1993-07-28 08:19:30 +00:00
Richard M. Stallman
a5fd213fe1 (make_hdr): Use & in call to bzero. 1993-07-28 08:18:09 +00:00
Richard M. Stallman
a646e5200b (command_loop_1): Call Qrecompute_lucid_menubar only if defined. 1993-07-27 22:49:05 +00:00
Richard M. Stallman
c6e5e6e083 entered into RCS 1993-07-27 20:21:14 +00:00
Richard M. Stallman
f218b75d4e Initial revision 1993-07-27 20:20:01 +00:00
Richard M. Stallman
01567351cf (Fx_rebind_key, Fx_rebind_keys): Functions deleted. 1993-07-27 17:00:08 +00:00
Richard M. Stallman
58980a95f8 (scan_sexps_forward): Delete extra Fcdr when analyzing OLDSTATE. 1993-07-27 16:49:34 +00:00
Richard M. Stallman
a9c0010533 (x_iconify_frame): Handle case where frame was invisible. 1993-07-27 08:33:44 +00:00
Richard M. Stallman
afe9fae94c (main): Test LOCALTIME_CACHE. 1993-07-27 08:32:33 +00:00
Richard M. Stallman
8cbd32b047 [MULTI_FRAME] (PURESIZE): Increased to 210000. 1993-07-27 08:32:05 +00:00
Richard M. Stallman
ed4c10059f (OLDXMENU_OPTIONS): Definition deleted. 1993-07-27 08:31:15 +00:00
Richard M. Stallman
24a5451a04 [USG5_4] (LIBX11_SYSTEM): Don't redefine in this case. 1993-07-27 07:51:55 +00:00
Richard M. Stallman
3f57a49957 (search_buffer): If n is 0, just return POS. 1993-07-27 07:25:54 +00:00
Roland McGrath
d2a9653aab *** empty log message *** 1993-07-27 00:37:13 +00:00
Richard M. Stallman
2373f91ff4 (BROKEN_TIOCGETC, BROKEN_TIOCGWINSZ): Add #undefs. 1993-07-26 21:27:16 +00:00
Richard M. Stallman
5a41ab94d9 (Fset_window_buffer): Clear window_end_{pos,valid}. 1993-07-26 19:14:26 +00:00
Richard M. Stallman
5c48f0da4c (Fsleep_for): If arg is 0, return right away. 1993-07-26 18:38:23 +00:00
Roland McGrath
934d56b7f1 *** empty log message *** 1993-07-26 17:37:11 +00:00
Richard M. Stallman
9fd7d80849 (kbd_buffer_store_event): Apply all the modifiers bits
before testing for quit_char and stop_character.  Don't alter
event->code, though.

(interrupt_signal): Tell Fdo_auto_save not to print msg.
Print "Auto-save done" here.
1993-07-26 05:34:46 +00:00
Richard M. Stallman
9d317b2cfd (MAXREQUEST): Defined.
(Fx_server_max_request_size): New function.
(syms_of_xfns): Set it up.
1993-07-25 22:01:06 +00:00
Richard M. Stallman
aca39f42ae (lisp_data_to_selection_data): New arg NOFREE_RET.
For a string, just return its data's address.
(x_handle_selection_request): Pass new arg.
If value comes back 1, don't call xfree.
1993-07-25 22:00:25 +00:00
Richard M. Stallman
c83febd71f (redraw_previous_char): New function. 1993-07-25 21:50:16 +00:00
Richard M. Stallman
7642679480 Commented-out code added. 1993-07-25 21:48:55 +00:00
Richard M. Stallman
44b8251a57 Fix typo in previous change. 1993-07-25 21:46:48 +00:00
Richard M. Stallman
799412761b (getpwuid): Declare at top level, and not if __386bsd__. 1993-07-25 06:35:25 +00:00
Richard M. Stallman
1c3d8eebf5 (LOCALTIME_CACHE): Defined.
(HAVE_SETSID): Defined.
(LIB_STANDARD): Override, adding $(GNULIB_VAR).
1993-07-25 06:34:47 +00:00
Richard M. Stallman
ff4c9993ec (Fdo_auto_save): Temporarily clear Vquit_flag. 1993-07-25 06:00:32 +00:00
Richard M. Stallman
e5229110c2 (Fx_create_frame): Typo in previous change. 1993-07-25 05:38:16 +00:00
Richard M. Stallman
dec5f4e3d3 (xscrollbar): Fix typo specifying doc string. 1993-07-25 03:15:25 +00:00
Jim Blandy
df86e57ea0 Add size to geometry spec.
Specify sevenbit-strings in set print.
(xfloat): New command.
1993-07-25 03:14:29 +00:00
Richard M. Stallman
e5e548e338 (Fx_create_frame): Don't look for default font
if the caller has specified a valid font.  Try several
alternative font patterns.
1993-07-24 07:23:16 +00:00
Richard M. Stallman
82411f65a3 (face_name_id_number): Use assq_no_quit, not Fassq. 1993-07-24 05:49:51 +00:00
Richard M. Stallman
eb4686e4a3 (Fprocess_status): Use Fget_process, to avoid error
if unknown process name.
1993-07-24 05:47:16 +00:00
Richard M. Stallman
a612e298a4 (command_loop_1): Run post-command-hook first thing.
(Fread_key_sequence): Doc fix.
(read_key_sequence): Handle Vkey_translation_map.

(kbd_buffer_get_event): Discard an event whose kind is no_event.
1993-07-23 23:23:57 +00:00
Roland McGrath
ab8fb1933c [_LIBC]: Define BSD4_2. 1993-07-23 20:38:15 +00:00
Richard M. Stallman
fea0b06d62 (HAVE_SOCKETS): Define, if HAVE_INET_SOCKETS 1993-07-23 19:53:44 +00:00
Richard M. Stallman
0fd6b74ee5 Comment fixes. 1993-07-23 19:17:12 +00:00
Richard M. Stallman
7719aa0601 (XTread_socket) [! HAVE_X11R5]:
Check for XK_Mode_switch and XK_Num_Lock, if defined.
1993-07-23 08:04:52 +00:00
Richard M. Stallman
ddd931ff51 (set_point): Test Vinhibit_point_motion_hooks. 1993-07-23 07:59:08 +00:00
Richard M. Stallman
688a5a0f3e (syms_of_textprop): Set up Lisp var Vinhibit_point_motion_hooks. 1993-07-23 07:58:22 +00:00
Richard M. Stallman
b81de1f7e7 (Vinhibit_point_motion_hooks): Declared. 1993-07-23 07:57:57 +00:00
Richard M. Stallman
0aaa80cc17 (TEXT_START) [__GNUC__]: Define as 0. 1993-07-23 07:48:11 +00:00
Richard M. Stallman
6e27eb5e02 (PTY_OPEN): Use sigaction, not sigsetmask. 1993-07-23 04:16:38 +00:00
Richard M. Stallman
ce8f144d55 (DECLARE_GETPWUID_WITH_UID_T): Declared. 1993-07-22 22:03:25 +00:00
Richard M. Stallman
73fc0935f0 (getpwuid): Test DECLARE_GETPWUID_WITH_UID_T. 1993-07-22 22:03:11 +00:00
Jim Blandy
837255fb49 Implement search for app-defaults directory and
localized default databases, along with some other functionality
provided by Xt.
#include <stdio.h>, since we call sprintf.
[emacs] (malloc, realloc, free): #define these to xmalloc,
xrealloc, and xfree.
(x_get_string_resource, file_p): Add forward declarations for these.
(x_customization_string): New variable.
(x_get_customization_string): New function.
(gethomedir): Return malloc'ed space of the right size, instead of
writing into a fixed-size buffer; this means that our callers do
not impose an arbitrary limit on file name length.
(magic_file_p): Rewrite of decode_magic; actually do the
substitutions, instead of expanding all %-escapes to "".  Support
the customization string.  Return 0 or the expanded file name,
instead of just zero or one.  Allocate the space for the expanded
file name ourselves, instead of writing into a fixed-size buffer
passed to us; this removes an arbitrary limit.
(search_magic_path): Rewrite of magic_searchpath_decoder.  Return
0 or the expanded file name, instead of just zero or one.
Allocate the space for the expanded file name ourselves, instead
of writing into a fixed-size buffer passed to us; this means that
our callers do not impose an arbitrary limit on file name length.
(get_system_app): Changed to work with search_magic_path.
(get_user_app): Rewritten to work with search_magic_path, and not
to assume that the values of XAPPLRESDIR is a single directory.
(get_user_db): Properly use the new version of gethomedir.
(get_environ_db): Remove arbitrary limit on length of host name.
(x_load_resources): Take a new argument, myname.
Call get_user_db early to obtain the customization string.
Changes to stand-alone testing code.
1993-07-22 22:00:48 +00:00
Richard M. Stallman
312c996467 (Fget_buffer_process): Delete doc string from
second alternative definition.
1993-07-22 19:38:51 +00:00
Roland McGrath
f7a009a5c4 (ALIGNED, ROUNDUP): Use unsigned long int' instead of unsigned int' for
casting addresses and sizes.  It matters on the 64-bit Alpha.
1993-07-22 18:59:43 +00:00