1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-27 07:41:28 -08:00
Commit graph

5569 commits

Author SHA1 Message Date
Paul Reilly
86e7b62748 Comment change. 1994-01-15 21:10:50 +00:00
Richard M. Stallman
c5f6b35625 SPC is not special in regexp within brackets.
(isearch-within-brackets): New variable.
(isearch-mode): Set that.
(isearch-edit-string): Bind that.
(isearch-search-and-update): Set that.
(isearch-top-state): Set that.
(isearch-push-state): Use that.
(isearch-search): Set that.
1994-01-15 16:24:47 +00:00
Richard M. Stallman
81860e46eb (set-auto-mode): Handle (REGEXP FUNCTION t) elements. 1994-01-15 15:55:59 +00:00
Richard M. Stallman
9ba43e124a (do-install): Install the dired-x info files. 1994-01-15 15:20:34 +00:00
Richard M. Stallman
5b46c38300 Provide for variable LD_SWITCH_X_SITE_AUX. (See src/s/sol2.h.) 1994-01-15 15:18:19 +00:00
Richard M. Stallman
6a6d7d25a0 (LD_SWITCH_X_SITE_AUX): Add #undef. 1994-01-15 15:17:30 +00:00
Richard M. Stallman
238e473811 (LD_SWITCH_SYSTEM): Use LD_SWITCH_X_SITE_AUX. 1994-01-15 15:17:15 +00:00
Richard M. Stallman
892ed7e0d3 (Fffloor, Ffceil, Ffround, Fftruncate): New functions.
(syms_of_floatfns): Turn them on.
1994-01-15 13:28:24 +00:00
Richard M. Stallman
25ab68afb8 (request_sigio, unrequest_sigio): Add new versions of
these routines for the CX/UX operating system.
(sys_signal) [SA_RESTART]: Set this flag.
1994-01-15 13:04:09 +00:00
Richard M. Stallman
815c1a208b (comint-show-output): Leave point at start of output, but push the mark. 1994-01-15 13:02:16 +00:00
Richard M. Stallman
42255e7204 Doc fix. 1994-01-15 01:25:35 +00:00
Richard M. Stallman
c08f13bf4e (rmail-default-file): Renamed from rmail-last-file.
(rmail-default-rmail-file): Renamed from rmail-last-...
1994-01-15 01:23:28 +00:00
Richard M. Stallman
fdc9edf239 Use new names rmail-default-file and rmail-default-rmail-file. 1994-01-15 01:22:53 +00:00
Richard M. Stallman
10e6ca88b1 Change defconsts to defvars. Doc fixes. 1994-01-14 20:54:08 +00:00
Richard M. Stallman
bb62bd918c (command_loop_1): If there's an error in the
post(pre)-command-hook, leave that hook nil.
1994-01-14 20:09:37 +00:00
Richard M. Stallman
7d6031ba48 (BSTRING): Don't define it here. 1994-01-14 18:47:00 +00:00
Richard M. Stallman
cf805d5d1d (rmail-bury): Rename local rmail-buffer to buffer-to-bury. 1994-01-14 18:35:09 +00:00
Richard M. Stallman
b2ecc630a3 (debug): Bind unread-command-char to -1, not nil. 1994-01-14 18:19:13 +00:00
Richard M. Stallman
d8e16cd273 (m68k-harris-cxux*, m88k-harris-cxux*): New configs. 1994-01-14 18:09:50 +00:00
Richard M. Stallman
b026af4914 (main) [USG5 and INTERRUPT_INPUT]: Call setpgrp. 1994-01-14 18:09:06 +00:00
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