Commit graph

  • 1f532861cb Error if company name is more than one word. Richard M. Stallman 1993-02-27 21:56:28 +00:00
  • 1c07d0a634 (syms_of_keyboard): Doc fix. Richard M. Stallman 1993-02-26 21:09:25 +00:00
  • f1f2d09afd (walk-windows): Doc fix. Richard M. Stallman 1993-02-26 06:28:04 +00:00
  • 4a93c90596 (traverse_intervals): New arg ARG. Richard M. Stallman 1993-02-25 20:24:43 +00:00
  • d393c06819 (mark_interval): Add ignored arg. (mark_interval_tree): Pass new arg to traverse_intervals. Richard M. Stallman 1993-02-25 20:24:25 +00:00
  • ec367ad6e6 (add-change-log-entry): Find end of first paragraph from after the header line. Richard M. Stallman 1993-02-25 20:23:59 +00:00
  • a8a6776b57 (point-to-register): Make arg ARG optional. (window-configuration-to-register): Likewise. (frame-configuration-to-register): Likewise. Richard M. Stallman 1993-02-25 06:39:57 +00:00
  • fe48f821ca * term/x-win.el (scroll-bar-mode, scroll-bar-mode): Move these functions to scrolbar.el. * scrollbar.el (scroll-bar-mode, scroll-bar-mode): Here they are. Make scroll-bar-mode set the {vertical,horizontal}-scrollbars parameters in default-frame-alist, and modify all extant screens using the correct parameter names. Jim Blandy 1993-02-25 00:38:55 +00:00
  • c922bc5514 (Ferase_buffer): Added interactive spec. Roland McGrath 1993-02-24 23:37:46 +00:00
  • 483c1fd3e2 (syms_of_buffer): Doc fix. Richard M. Stallman 1993-02-24 23:20:51 +00:00
  • b26c217c09 (vc-find-file-hook): Discard vc status of file if we will actually have to create the buffer. Richard M. Stallman 1993-02-24 18:07:12 +00:00
  • 09dd7e7e41 Formerly PROBLEMS.~3~ Richard M. Stallman 1993-02-24 18:02:05 +00:00
  • 9ea7cec1f3 Formerly PROBLEMS.~2~ Richard M. Stallman 1993-02-24 17:56:09 +00:00
  • e686c647fd (syms_of_cmds): New var `overwrite-binary-mode'. (internal_self_insert): Handle that var. Richard M. Stallman 1993-02-24 08:59:25 +00:00
  • e453528878 (read_avail_input): Args to `kill' were backwards. Richard M. Stallman 1993-02-23 18:49:33 +00:00
  • 39d6eb8e8a Fix the fix. Jim Blandy 1993-02-23 14:23:06 +00:00
  • 8090eb098e * emacs.c (fatal_error_signal): Unblock the signal before we try to deliver it to ourselves. #include "syssignal.h" to get the right definitions. Jim Blandy 1993-02-23 14:18:00 +00:00
  • 2471a2815b * abbrev.c (Fexpand_abbrev): Only copy the text we're going to expand - from wordstart to wordend, not from wordstart to point - into the buffer. There might be non-word text between wordend and point. Jim Blandy 1993-02-23 14:17:11 +00:00
  • 8dd926cab5 * .gdbinit (xprocess): New command. Jim Blandy 1993-02-23 14:14:19 +00:00
  • 5e808bc0d3 * make-dist: Only copy gmalloc.c if we couldn't link it. Don't try to copy man/{README,Makefile} unless they actually exist. Jim Blandy 1993-02-23 14:13:27 +00:00
  • 1de6a9711d Removed assigment to foo in byte-compile-lambda. Jim Blandy 1993-02-23 13:21:13 +00:00
  • ab8478d1f1 * Makefile.in (lisppath): Don't include externallispdir in this. We're not sure whether we're even going to distribute the directory yet. Jim Blandy 1993-02-23 11:55:05 +00:00
  • 6d19f28ad1 * alloc.c (make_pure_float): Assure that PUREBEG + pureptr is aligned, not pureptr itself. Jim Blandy 1993-02-23 11:49:39 +00:00
  • 57e83cfeff (C_entries): Don't reset definedef when a newline inside a comment is met. Richard M. Stallman 1993-02-23 07:27:39 +00:00
  • 1ba3de0010 (Fforward_comment): New function. (adjust_lnnoptrs): Handle symentry.n_type == 0x2400. (make_hdr) [USG_SHARED_LIBRARIES]: Set bias using bss_start. Richard M. Stallman 1993-02-23 05:49:12 +00:00
  • fe90ad9766 * alloc.c (make_pure_float): Align pureptr according to __alignof, if it's available, or sizeof (struct Lisp_Float) if it's not. Jim Blandy 1993-02-22 16:21:17 +00:00
  • b10fd412fc * xterm.c (XTread_socket): Pass the proper number of arguments to construct_mouse_click. Jim Blandy 1993-02-22 15:10:46 +00:00
  • 3d5d61aef4 * xrdb.c (getuid): Remove declaration. Jim Blandy 1993-02-22 15:10:16 +00:00
  • f1b2821874 * minibuf.c (Fdisplay_completion_list): Pass the proper number of arguments to Flength. * xmenu.c (list_of_items): Same. Jim Blandy 1993-02-22 15:09:33 +00:00
  • f111a131b4 * xfns.c (x_set_icon_type): Pass the proper number of arguments to x_bitmap_icon. Jim Blandy 1993-02-22 15:08:57 +00:00
  • f4e7b2c2ea * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper number of arguments to unbind_to. * lread.c (Feval_buffer): Same. * window.c (Fscroll_other_window): Same. Jim Blandy 1993-02-22 14:53:13 +00:00
  • 0df58c91cf * textprop.c (Fget_text_property): Fix typo in function's declaration. Jim Blandy 1993-02-22 14:52:32 +00:00
  • 1aaaff21ef * systty.h [HAVE_TERMIOS]: Include fcntl.h. Jim Blandy 1993-02-22 14:51:39 +00:00
  • 98f7775387 * systime.h [_AIX]: Move test outside of previous #if. (EMACS_GET_TZ_OFFSET) [USG]: Don't declare twice. Prefer tzset. Jim Blandy 1993-02-22 14:51:13 +00:00
  • 31be8d2467 * sysdep.c (child_setup_tty): Recognize HAVE_TERMIOS as well as HAVE_TERMIO. Jim Blandy 1993-02-22 14:50:42 +00:00
  • b37902c85c * callint.c (Fcall_interactively): Pass the correct number of arguments to wrong_type_argument. * casefiddle.c (caseify_object): Same. * casetab.c (check_case_table): Same. * search.c (Fstore_match_data): Same. * syntax.c (check_syntax_table): Same. Jim Blandy 1993-02-22 14:48:45 +00:00
  • 6be429b169 * process.c: Make sure we don't miss processes exiting, by having the sigchld handler clear *input_available_clear_time. (wait_reading_process_input): Check for process activity after setting the timeout and calling set_waiting_for_input. (sigchld_handler): If the process which has exited is one we care about, clear *input_available_clear_time. Jim Blandy 1993-02-22 14:47:53 +00:00
  • cb09ab7ae1 * keyboard.c (recursive_edit_1, command_loop_1): Pass the proper number of arguments to unbind_to. * lread.c (Feval_buffer): Same. * window.c (Fscroll_other_window): Same. Jim Blandy 1993-02-22 14:46:31 +00:00
  • c6cd5420d3 * data.c (Fstring_to_int): Rename this to Fstring_to_number, since it parses floats as well as integers. Fix docstring. (syms_of_data): Fix defsubr. (wrong_type_argument): Change use. (Fint_to_string): Doc fix. * lisp.h (Fstring_to_int): Change extern declaration. Jim Blandy 1993-02-22 14:45:23 +00:00
  • 92cc37e8ce * keymap.c (Fdescribe_vector): Pass the proper number of arguments to describe_vector. * syntax.c (describe_syntax_1): Same. Jim Blandy 1993-02-22 14:44:52 +00:00
  • cb5df6ae17 * keyboard.c (init_keyboard): Recognize HAVE_TERMIOS as well as HAVE_TERMIO. Jim Blandy 1993-02-22 14:43:44 +00:00
  • 074577b8ff * frame.c (Fselect_frame): Set Vlast_event_frame to Qnil after switching frames, to make sure we'll get a switch-frame event. (Vlast_event_frame): Add external declaration for this here. Jim Blandy 1993-02-22 14:42:38 +00:00
  • 7b8f3b2953 * fns.c (Fequal): Call internal_equal to recurse on elements of lists and vectors, not Fequal. Jim Blandy 1993-02-22 14:41:57 +00:00
  • f8d830994a * floatfns.c (Flogb): Always implement this by calling Flog, even on non-USG systems, which supposedly have a logb function. (Fround): Always implement this by calling floor, even on systems that have rint. Jim Blandy 1993-02-22 14:41:26 +00:00
  • 0e95600962 * callproc.c (init_callproc): Move the initialization of Vprocess_environment to its own function. (set_process_environment): This is that. * emacs.c (main): Call set_process_environment earlier than init_callproc. Jim Blandy 1993-02-22 14:40:34 +00:00
  • f0250249f9 * editfns.c (Fmessage): Don't forget to return a value when args[0] == Qnil. Jim Blandy 1993-02-22 14:38:43 +00:00
  • 8fc798e913 * dispnew.c (sit_for): Pass the correct number of arguments to gobble_input. Jim Blandy 1993-02-22 14:38:10 +00:00
  • 25e40a4bb9 * data.c (Fstring_to_number): Skip initial spaces, to make Emacs lisp parse consistently on different operating systems. #include <ctype.h> to help with this. Jim Blandy 1993-02-22 14:27:14 +00:00
  • 1dc4f30a69 * config.h.in: #define USE_TEXT_PROPERTIES by default. Jim Blandy 1993-02-22 14:26:51 +00:00
  • 9fefd2bacb * callproc.c (delete_temp_file): Declare this to return Lisp_Object, to smooth type-checking. Jim Blandy 1993-02-22 14:24:42 +00:00
  • f054132a4d * bytecode.c (Fbyte_code): Pass the correct number of arguments to temp_output_buffer_show. Jim Blandy 1993-02-22 14:23:26 +00:00
  • 9efa1bc61e * buffer.h: Remove code which #includes "undo.h" if lint is defined. undo.h no longer exists. Jim Blandy 1993-02-22 14:23:02 +00:00
  • 5fcd022dab * buffer.c (Fswitch_to_buffer): Pass the correct number of arguments to Fnext_window. Jim Blandy 1993-02-22 14:22:37 +00:00
  • 1a4f1e2c64 * alloc.c (make_pure_float): Align pureptr on a sizeof (double) boundary before allocating the float. Jim Blandy 1993-02-22 14:22:03 +00:00
  • beb593aa15 * aix3-1.h: Changes from 18.58. (HAVE_TERMIOS): Changed from HAVE_TERMIO. (unix): Define. Jim Blandy 1993-02-22 14:21:19 +00:00
  • 067cd4a40b * ibmrs6000.h (C_ALLOCA, STACK_DIRECTION): Only define if HAVE_ALLOCA is not defined. (X_DEFAULT_FONT): Change to fixed', as Rom14.500' only works on the console. Jim Blandy 1993-02-22 14:20:51 +00:00
  • 1ab31687d4 * files.el (revert-buffer): Reverse the sense of the first argument, but leave interactive usage the same. * vc.el (vc-resynch-window): Call vc-revert-buffer1 with the newly appropriate arguments. This seems to be the only file which was adjusted for the new meaning of the revert-buffer arguments. Jim Blandy 1993-02-22 14:17:16 +00:00
  • 6f5191a247 * two-column.el: Add autoloads for the functions defined in tc-mode-map. Jim Blandy 1993-02-22 14:16:48 +00:00
  • 37f6661a60 * subr.el (string-to-int): Make this an alias for string-to-number. Jim Blandy 1993-02-22 14:16:25 +00:00
  • ad196291b4 * gud.el (gud-break): With a prefix argument, set a temporary breakpoint. (gud-apply-from-source): New argument ARGS, to pass to FUNC. Now it's really like `apply'. (gud-set-break): Add another argument to this method. Document it in the section describing how the methods are supposed to be used. (gud-gdb-set-break): New argument TEMP; if non-nil, set a temporary breakpoint. (gud-sdb-set-break, gud-dbx-set-break): New argument TEMP. Ignore it, since I don't know how to set a temporary breakpoint in these debuggers. Jim Blandy 1993-02-22 14:15:34 +00:00
  • e793672baa * make-dist: Don't distribute the external-lisp directory anymore. * INSTALL: Remove all references to external-lisp. Jim Blandy 1993-02-22 14:12:29 +00:00
  • 0443d6ce6d * configure: Detect whether the compiler supports `const' properly, and edit src/config.h accordingly. Jim Blandy 1993-02-22 14:12:11 +00:00
  • ec054e3328 * Makefile.in (${SUBDIR}): Pass CONFIG_CFLAGS to the submakes, not CFLAGS. Jim Blandy 1993-02-22 14:11:28 +00:00
  • 35a37ee74e Initial revision Jim Blandy 1993-02-22 06:38:45 +00:00
  • b34429f8ea (esc-map, ctl-x-map): Define as functions. Richard M. Stallman 1993-02-21 06:29:09 +00:00
  • 17431c602d (Fskip_syntax_backward): New function. (Fskip_syntax_forward): Likewise. (skip_chars): New argument syntaxp. Richard M. Stallman 1993-02-21 06:03:36 +00:00
  • 3a69360c11 (Fsuspend_emacs): Make tem not register. Richard M. Stallman 1993-02-21 02:08:17 +00:00
  • 8ada529bea (super-apropos-check-doc-file): Look for DOC file in proper directory. Richard M. Stallman 1993-02-20 23:12:21 +00:00
  • e41ae81fbf (Fmemory_limit): Doc fix. Richard M. Stallman 1993-02-20 17:36:06 +00:00
  • 406e12d963 (insert-directory): Doc fix. Richard M. Stallman 1993-02-20 06:23:08 +00:00
  • b7d2ebbfd5 (Fsuspend_emacs): Rename suspend-hook to suspend-hooks and run it manually. Richard M. Stallman 1993-02-19 19:10:39 +00:00
  • 5cba3869f5 (describe_map): Call Fkey_description before build_string. Richard M. Stallman 1993-02-19 05:43:54 +00:00
  • 4591cb9059 (describe-function): Print the arglist if the function is bytecode or a list. Richard M. Stallman 1993-02-19 05:06:28 +00:00
  • 9b2471dfa9 (Fopen_dribble_file): Doc fix. Richard M. Stallman 1993-02-19 04:14:25 +00:00
  • 692f86ad16 (syms_of_lread): Doc fix. Richard M. Stallman 1993-02-18 06:26:16 +00:00
  • 82df4891d0 * process.c (Fstart_process): Jimb's change of December 11 had a misplaced paren. This only became apparent because of jimb's change on February 8 to Fexpand_file_name. * callproc.c (Fcall_process): Ditto. Michael I. Bushnell 1993-02-18 03:43:45 +00:00
  • 4ae7d00a1e Fix minor bugs in previous change. Richard M. Stallman 1993-02-17 21:30:25 +00:00
  • 7e4263eb77 (generate-file-autoloads): If no buffer was visiting FILE when we started, kill the buffer we create. Roland McGrath 1993-02-17 21:30:21 +00:00
  • eceee2c04a (isearch-backward-regexp): New arg no-recursive-edit, always non-nil for interactive call. Rename first arg, and set it right in interactive call. (isearch-forward-regexp): Likewise. (isearch-forward, isearch-backward): Likewise no-recursive-edit. Richard M. Stallman 1993-02-17 20:34:20 +00:00
  • b890df1a7a (byte-compile-lambda): Test of byte-compile-compatibility was backwards. Richard M. Stallman 1993-02-17 20:29:57 +00:00
  • 8290babd65 (frame-initialize): Fix error syntax. (toggle-horizontal-scroll-bar): Likewise. (toggle-horizontal-scroll-bar): Renamed from set-horizontal-bar (toggle-vertical-scroll-bar): Likewise. (toggle-auto-lower, toggle-auto-raise): Likewise. (set-foreground-color, set-background-color): Renamed from set-frame-{fore,back}ground. Richard M. Stallman 1993-02-16 06:36:30 +00:00
  • 4b3ed5e7ae * informat.el (Info-tagify): Correct the regular expression which recognizes node names to work properly with Emacs 19 regex. Jim Blandy 1993-02-16 00:23:06 +00:00
  • 92966e6f18 (find-file-hooks): Delete permanent-local property. (find-file-not-found-hooks): Likewise. Richard M. Stallman 1993-02-15 19:02:55 +00:00
  • a5f217b86e (search_command): #if 0 previous change. Richard M. Stallman 1993-02-15 05:55:45 +00:00
  • 481399bfac (search_command): When moving to LIM on failure, return LIM. Richard M. Stallman 1993-02-15 05:42:13 +00:00
  • 3bd779aadb (Frename_buffer): Make prefix arg set UNIQUE. Richard M. Stallman 1993-02-14 23:08:25 +00:00
  • 8922af5f60 * xterm.c (x_set_window_size): Call change_frame_size instead of just setting the rows' and cols' members of the frame, and leaving the window tree in complete disarray. Jim Blandy 1993-02-14 14:40:55 +00:00
  • baaed68ea1 * frame.c (Fframe_parameters): Report the minibuffer' parameter of minibufferless frames as nil, not none'. (Qnone): Remove declaration and initialization for this. It's not needed anymore. * xfns.c (Qnone): Add them here; we still accept "none" as a valid value for the `minibuffer' parameter. Jim Blandy 1993-02-14 14:40:13 +00:00
  • 1f40cad246 * xdisp.c (message): Set echo_frame to the frame whose message buf we want to use, not to the message buf itself. Jim Blandy 1993-02-14 14:39:45 +00:00
  • 832a07261f * dispnew.c (remake_frame_glyphs): When re-allocating the frame's message buffer when echo_area_glyphs is pointing at it, relocate echo_area_glyphs too. Same for previous_echo_glyphs. * window.h (previous_echo_glyphs): Add extern declaration for this. Jim Blandy 1993-02-14 14:39:09 +00:00
  • 7c1402521d * keymap.c (Flookup_key, Fkey_binding, Flocal_key_binding, Fglobal_key_binding, Fminor_mode_key_binding): Add a new optional argument ACCEPT_DEFAULT, to control whether this function sees bindings for t. (Fwhere_is_internal, describe_map_tree, describe_map_2, describe_vector): Pass the proper arguments to Flookup_key. Jim Blandy 1993-02-14 14:38:43 +00:00
  • 39acc701e6 * frame.c (Fframe_parameters): Report the minibuffer' parameter of minibufferless frames as nil, not none'. (Qnone): Remove declaration and initialization for this. It's not needed anymore. * xfns.c (Qnone): Add them here; we still accept "none" as a valid value for the `minibuffer' parameter. Jim Blandy 1993-02-14 14:38:19 +00:00
  • f14b1c68f4 * fileio.c (Fdo_auto_save): If NO_MESSAGE is non-nil, don't tell users that buffers have shrunk a lot. This is called when Emacs is crashing, so we don't want to run any code that isn't absolutely necessary. Also, autosave buffers which don't have specially handled autosave file names first. Jim Blandy 1993-02-14 14:37:33 +00:00
  • 72a8c21efb * s/usg5-4.h: #include "usg5-3.h", not "s-usg5-3.h". Jim Blandy 1993-02-14 14:36:14 +00:00
  • d2ec895603 * subr.el (mod): Add back this alias for %. Jim Blandy 1993-02-14 14:35:19 +00:00
  • 37c0ad585e * rmailout.el (rmail-output, rmail-output-to-mail-file): Reverse the order of the arguments and make COUNT optional, for backward compatibility's sake. Jim Blandy 1993-02-14 14:34:47 +00:00
  • 6338c7ba53 * lisp-mode.el (lisp-fill-paragraph): New function. (shared-lisp-mode-map): Bind M-q to lisp-fill-paragraph. Jim Blandy 1993-02-14 14:33:44 +00:00
  • 29130b950e * gosmacs.el: Bind M-h to delete-previous-word, not backward-kill-word; the latter has different prefix semantics. Jim Blandy 1993-02-14 14:33:24 +00:00
  • 7eadab74c8 * frame.el: Clean up initialization code. (initial-frame-alist): Doc fix. (minibuffer-frame-alist): New default value, with a reasonable height. (filtered-frame-list, minibuffer-frame-list): New functions. (frame-initialize): Use minibuffer-frame-list, instead of writing it out. (frame-notice-user-settings): Thoroughly rearranged. Notice changes to default-frame-alist as well as initial-frame-alist. Properly handle requests to make the initial frame into a minibufferless or minibuffer-only frame. Create a minibuffer-only frame if the initial frame should lack a minibuffer and there are no other minibuffer frames created by the user's initialization file. Fix any frames using the initial frame as a surrogate minibuffer frame. Restore the current buffer after creating and deleting all these frames. Jim Blandy 1993-02-14 14:29:30 +00:00
  • 4632a8938a * fortran.el (fortran-prepare-abbrev-list-buffer): Put quote in front of first argument to `insert-abbrev-table-description'. Jim Blandy 1993-02-14 14:27:24 +00:00