1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-20 19:42:53 -08:00
Commit graph

5549 commits

Author SHA1 Message Date
Richard M. Stallman
ca33ccb548 (abbreviate-file-name): Don't convert / to ~/ when the home dir is /. 1994-01-14 18:06:40 +00:00
Richard M. Stallman
0dee8d9be9 (function-key-map): Change insertchar and deletechar to insert and delete. 1994-01-14 17:58:37 +00:00
Francesco Potortì
42680d3c7c * etags.c (stab_entry, stab_create, stab_find, stab_search,
stab_type, add_keyword, C_reate_stab, C_create_stabs): deleted.
	Use gperf generated hash table instead of linked list.
	(C_stab_entry, hash, in_word_set, get_C_stab, C_symtype): added.
	Mostly code generated by gperf.
	(consider_token): removed unused parameter `lp'.
	(PF_funcs, getit): allow subroutine and similar declarations
	to span multiple lines.
	(C_entries): check for newline if inchar to avoid bus errors.
	(process_file, find_entries): distinguish among nonexistent
	and not regular file.
1994-01-14 17:02:11 +00:00
Richard M. Stallman
b97ad9eabe (sigchld_handler, status_message): Handle a NULL in sys_siglist. 1994-01-14 14:17:12 +00:00
Richard M. Stallman
d0b81713e0 Comment change. 1994-01-14 14:16:29 +00:00
Richard M. Stallman
ad9549a934 entered into RCS 1994-01-14 14:08:11 +00:00
Richard Kenner
d699cb4769 Fix typo in -hiux* case. 1994-01-13 10:42:24 +00:00
Richard M. Stallman
ae82682ff7 (xterm.o): Depends on syssignal.h. 1994-01-13 05:01:36 +00:00
Richard M. Stallman
f161d0cc30 Initial revision 1994-01-13 04:56:06 +00:00
Richard M. Stallman
0f0ea22919 (sys_siglist) [sun]: Additional Sun-specific signal names. 1994-01-12 16:19:09 +00:00
Richard M. Stallman
75067849bf (Man-default-man-args): Use Man-specified-section-option.
(Man-default-man-entry): Likewise.
1994-01-12 04:55:35 +00:00
Richard M. Stallman
817b371ce0 [USG] (SIGIO): Define as SIGPOLL.
(main) [USG]: Do ioctl to enable SIGPOLL.
1994-01-12 04:48:56 +00:00
Roland McGrath
4158c17d05 (syms_of_buffer): Don't do (put 'erase-buffer 'disabled t) here.
(keys_of_buffer): Do it here instead.
1994-01-12 00:49:37 +00:00
Richard M. Stallman
4458cebe3c (child_setup): Call close_load_descs. 1994-01-11 22:08:49 +00:00
Richard M. Stallman
d2c6be7f0e (Fload): Record descriptor numbers on load_descriptor_list.
(load_descriptor_unwind, close_load_descs): New function.
(syms_of_lread): Init and staticpro load_descriptor_list.
(init_lread): Clear load_descriptor_list.
1994-01-11 22:08:34 +00:00
Richard M. Stallman
633357d44e (Fcondition_case): Doc fix. 1994-01-11 19:08:24 +00:00
Richard M. Stallman
4200e71976 (Fsignal): Rename 1st arg to error_symbol. 1994-01-11 19:06:40 +00:00
Richard M. Stallman
8150596afb (read_char_x_menu_prompt, read_char_minibuf_menu_prompt):
New functions made by dividing up read_char_menu_prompt.
(read_char): Call read_char_minibuffer_menu_prompt before the sit_for
if X menus are not going to be used.
(read_char_minibuf_menu_prompt): Correct access to keymaps for
menus when not using X menus.  Only store character read in a keyboard
macro if it is not the menu help character.
1994-01-11 18:52:33 +00:00
Richard M. Stallman
e917fa0784 (open-line): Treat all cases of enabled undo alike. 1994-01-11 15:56:29 +00:00
Richard M. Stallman
5f96776a97 (Fcondition_case): Allow a list of condition names in a handler.
(find_handler_clause): Likewise.
1994-01-11 07:22:11 +00:00
Richard M. Stallman
2abcddce3b (byte-compile-condition-case): Disable warning about
symbol not naming a condition.  Allow a list of condition names.
1994-01-11 07:21:47 +00:00
Richard M. Stallman
2ea6d56151 (read_process_output): Supply second arg to unbind_to.
(exec_sentinel): Likewise.
1994-01-11 05:49:41 +00:00
Richard M. Stallman
ae34566ab4 (hif-tokenize): Handle // comments after #if. 1994-01-11 05:47:14 +00:00
Richard M. Stallman
450b15a0b0 (mail-abbrev-mode-regexp): Add Reply-to. 1994-01-11 05:38:36 +00:00
Richard M. Stallman
4e87f4d2ad (x_sync): Block input. 1994-01-10 22:37:42 +00:00
Richard M. Stallman
4c0dc72228 (struct buffer): New field auto_save_failure_time. 1994-01-10 22:37:13 +00:00
Richard M. Stallman
ca32516100 (set_search_regs): New subroutine.
(search_buffer): Use set_search_regs.
Record beginning and end after matching null string.
1994-01-10 22:36:49 +00:00
Richard M. Stallman
67bc89ab85 (Info-follow-reference): If point is not in middle of a
cross-reference but located somewhere on current line, make
cross-reference the `default'.  If only one cross-reference
located in node, make it `default'.
1994-01-10 22:35:29 +00:00
Richard M. Stallman
292a8dff00 (isearch-mode): If not slow, clear isearch-window-configuration. 1994-01-10 22:27:52 +00:00
Richard M. Stallman
b60247d9ee (Fdo_auto_save): If auto save times out, don't try again for 20 minutes.
(Fclear_buffer_auto_save_failure): New function.
(Fset_buffer_auto_saved): Clear auto_save_failure_time.
1994-01-10 22:24:26 +00:00
Richard M. Stallman
5e7b7c5bda (Fdelete_frame): Call x_sync.
(Fdelete_frame): Do FRAME_SAMPLE_VISIBILITY before
testing visibility of a frame.
1994-01-10 22:20:56 +00:00
Richard M. Stallman
af1d6f09ce (describe_map_tree): New arg NOMENU.
(describe_buffer_bindings): Pass new arg.
1994-01-10 21:30:25 +00:00
Richard M. Stallman
f8ba73c1c2 (Fsubstitute_command_keys): Pass new arg to describe_map_tree. 1994-01-10 21:30:04 +00:00
Richard M. Stallman
802557a4f1 (telnet): Fix previous change--tentative idea
wasn't fully removed.
1994-01-10 18:15:22 +00:00
Richard M. Stallman
afc549fd99 (create_process): Set line discipline only if pty_flag. 1994-01-10 18:13:39 +00:00
Roland McGrath
f920c4419c Include <sys/types.h> before <sys/resource.h>. 1994-01-09 23:36:21 +00:00
Roland McGrath
b03f6d387b (vendor-key-syms): Fixed typo (extra parens). 1994-01-09 23:24:57 +00:00
Roland McGrath
1476977314 (debug): Fixed typo. 1994-01-09 23:22:30 +00:00
Richard M. Stallman
35cf010db6 (debug): Bind a bunch of vars, like last-command, to
neutral values.  Save the outer values in debugger-last-command, etc.
Put those saved values back into effect when returning.
(debugger-eval-expression): Put the saved values into effect
while evaluating, and store modified values back into
debugger-outer-... after evaluating.
1994-01-09 23:11:56 +00:00
Roland McGrath
b062d1fe44 Don't declare sys_nerr.
Don't declare sys_errlist unless #ifdef VMS.
Declare strerror instead.
(wait_reading_process_input): Call strerror instead of using sys_errlist.
1994-01-09 23:06:40 +00:00
Richard M. Stallman
a6609a3635 (diff): Select the differences buffer. 1994-01-09 22:39:21 +00:00
Richard M. Stallman
dfe417305e (diff-latest-backup-file): Call file-chase-links. 1994-01-09 22:36:46 +00:00
Richard M. Stallman
d52fd67cd1 (c-indent-region): Keep looping till reach endmark.
Treat #-lines specially.
1994-01-09 21:27:07 +00:00
Richard M. Stallman
94bd657324 (comint-input-autoexpand): Make default nil. 1994-01-09 17:12:18 +00:00
Richard M. Stallman
4f99443b8e (shell-input-autoexpand): New variable.
(shell-mode): Set comint-input-autoexpand.
(shell-mode): Don't call shell-dirstack-message.
1994-01-09 17:11:57 +00:00
Richard M. Stallman
96d63b2c8b (vendor-key-syms): Add more HP keysyms and some Sun. 1994-01-09 16:38:16 +00:00
Richard M. Stallman
6b7b1820f0 (x_sync): New function. 1994-01-09 15:20:21 +00:00
Richard M. Stallman
0481133773 Comment fix. 1994-01-09 15:03:01 +00:00
Richard M. Stallman
a0e4d3f399 Comment changes. 1994-01-09 12:16:26 +00:00
Roland McGrath
bb4bc8e2ed Restore big block of #ifdef and #include lines for fcntl.h and friends,
apparently accidentally removed in 1994-01-03T07:21:12Z!rms@gnu.org.
1994-01-09 06:15:39 +00:00