summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* * fns.c (Fy_or_n_p): After testing for a QUIT, clear Vquit_flag.Jim Blandy1992-09-221-0/+1
| | | | | Otherwise, if Fy_or_n_p is called while Vinhibit_quit is true and the user presses C-g, this function goes into an infinite loop.
* * dispnew.c (get_display_line): Don't abort if the frame isJim Blandy1992-09-221-1/+1
| | | | | invisible; since unmap events are handled at the interrupt level, a screen may become invisible at any time.
* * keyboard.h (num_nonmacro_input_chars): Added extern declarationJim Blandy1992-09-221-0/+3
| | | | for this.
* comment changesJoseph Arceneaux1992-09-211-7/+30
|
* entered into RCSRichard M. Stallman1992-09-211-3/+3
|
* (Faccept_process_output): Initialize useconds.Richard M. Stallman1992-09-201-0/+2
|
* entered into RCSRichard M. Stallman1992-09-202-2/+20
|
* Don't include sys/dir.h.Richard M. Stallman1992-09-201-32/+52
| | | | | | | | | | | (Fverify_visited_file_modtime): Pass buffer itself to handler, if have handler. (Fwrite_region): GCPRO around Fexpand_file_name, Ffie_name_directory. (Fread_file_name_internal): GCPRO around file name manip. (Ffile_writable_p, Ffile_readable_p): Use abspath, not filename, (Ffile_executable_p, Ffile_exists_p): to run the handler. (Fset_file_modes, Ffile_directory_p, Ffile_modes): Likewise. (Ffile_newer_than_file_p): GCPRO around expand_and_dir_to_file.
* Update copyright year.Richard M. Stallman1992-09-191-1/+1
|
* [VMS]: Include string.h, rms.h, rmsdef.h.Richard M. Stallman1992-09-191-13/+48
| | | | [VMS] (Ffile_version_limit): New function.
* (sys_suspend): Read EMACS_PARENT_PID envvar for parent.Richard M. Stallman1992-09-191-2/+19
|
* (mark_object): Save last 500 values of objptr.Richard M. Stallman1992-09-191-1/+14
| | | | Check for clobberage of ptr, when marking a vector.
* (scan_lists): When searching back for comment:Richard M. Stallman1992-09-191-16/+112
| | | | | | | | | | if comment-end is 2 chars, assume it does end a comment. Otherwise, scan back to previous comment-end to see if there's a comment starter between. Also record whether the string quotes between the start and the end are paired and uniform. If so, skip to comment starter. If not, scan from start of defun to find comment starter if any. (find_defun_start): New function.
* entered into RCSJoseph Arceneaux1992-09-192-42/+319
|
* (get_keyelt): Skip menu help string after menu item name.Richard M. Stallman1992-09-181-2/+9
|
* Initial revisionJoseph Arceneaux1992-09-171-0/+1529
|
* Initial revisionKarl Berry1992-09-161-0/+4870
|
* Initial revisionKarl Berry1992-09-161-0/+478
|
* (main): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.Richard M. Stallman1992-09-141-4/+17
| | | | | | Eliminate HIGHPRI as compilation option. (emacs_priority): New C variable, also Lisp variable. (main): Set the priority iff emacs_priority is nonzero.
* (read_char_menu_prompt): Use X menu code if HAVE_X_WINDOWS and not NO_X_MENU.Richard M. Stallman1992-09-141-2/+4
|
* entered into RCSRichard M. Stallman1992-09-141-7/+0
|
* entered into RCSJim Blandy1992-09-132-7/+20
|
* * xterm.c (x_wm_set_size_hint): Set the base_width and base_heightJim Blandy1992-09-131-8/+36
| | | | | | | | | | members of size_hints, if they're available (X11R4 and after); otherwise, approximate the right thing, by using min_width and min_height as the base size. * xterm.c (x_catch_errors): Don't forget to initialize x_caught_error_message to the null string, so x_check_errors can tell when an error has occurred.
* * xrdb.c: Don't include <X11/Xos.h>. Under R4, it stupidlyJim Blandy1992-09-131-2/+6
| | | | | | | | | | insists on defining SIGCHLD, even if it already has a definition. (file_p): Use the constant 4 instead of R_OK; empirically, the number is more portable than the symbol if you count the #include hair you have to go through to get R_OK defined. Ffile_readable_p does this too. * xrdb.c (getuid): Declare this to return short.
* Declare x_implicitly_set_name to be void.Jim Blandy1992-09-131-0/+1
|
* * xdisp.c (display_mode_line): If the only other frames areJim Blandy1992-09-131-4/+11
| | | | | minibuffer frames, don't name the frame after the in the selected window. We can use Fnext_frame to do this test easily.
* * window.c (minibuffer_window): Accept an optional FRAME argument;Jim Blandy1992-09-131-11/+29
| | | | | | | | | | | | | if specified, return the minibuffer used by that frame. * window.c (Fset_window_configuration): Don't signal an error if the frame size saved in the window configuration doesn't match the frame's current size; instead, temporarily resize the frame while installing the window configuration. This is important because using the minibuffer saves and restores the current window configuration, and you don't want to signal an error just because the user resized the frame while using the minibuffer.
* * unexmips.c (mark_x): Declare this as static void at the top ofJim Blandy1992-09-131-1/+2
| | | | the file and at the function definition.
* Fix typo.Jim Blandy1992-09-131-1/+1
|
* * keymap.c (describe_buffer_bindings): Adjust key_heading to matchJim Blandy1992-09-131-5/+49
| | | | | | | | | | | | | | | | | the format used by describe_map_tree. Also, don't reprint the "key binding" header above the global bindings if we've already printed it for the local bindings; it's clear enough that the columns mean the same thing as above. * keymap.c (describe_buffer_bindings): Declare buf and bufend... * keymap.c (describe_buffer_bindings): Set the current buffer to descbuf before calling current_minor_maps; that function's value depends on the values of buffer-local variables. Don't set the current buffer to Vstandard_output until afterwards. * keymap.c (describe_buffer_bindings): If Vkeyboard_translate_table is in effect, describe its effects.
* * keyboard.c (kbd_buffer_get_event): When performing theJim Blandy1992-09-131-5/+3
| | | | | | | | | | FRAME_FOCUS_FRAME redirection, don't modify the frame field of the event; that fatally corrupts mouse click events. Instead, just perform the redirection on the value assigned to Vlast_event_frame. * keyboard.c (input_available_signal): Declare this to return SIGTYPE.
* * frame.c (choose_minibuf_frame): abort if the selected frame hasJim Blandy1992-09-131-40/+73
| | | | nil in its minibuffer_window slot; this shouldn't happen any more.
* * editfns.c (Fcurrent_time_string): Change docstring toJim Blandy1992-09-131-2/+1
| | | | | indicate that we will probably add the timezone to the end, now that we have it available on many systems.
* * doc.c (Fsnarf_documentation): Signal an error if this isJim Blandy1992-09-131-0/+5
| | | | called in a dumped Emacs.
* * callint.c (Fcall_interactively): Remove the 'K' interactiveJim Blandy1992-09-131-5/+4
| | | | | | | | | | code, in favor of 'e'; that's a better name. * callint.c (Fcall_interactively): Don't try to get the `enable-recursive-minibuffers' property from FUNCTION unless FUNCTION is actually a symbol; there are some cases where a key sequence is bound directly to a lambda form, and there's no reason to break these.
* * alloc.c (mark_object): mark a symbol's name after marking itsJim Blandy1992-09-131-2/+2
| | | | | | value, function, and property list rather than before; this way, symbols' names are readable, giving us a chance to detect some kinds of heap corruption.
* entered into RCSJim Blandy1992-09-1310-238/+228
|
* *** empty log message ***Jim Blandy1992-09-133-40/+60
|
* (Ffile_name_directory, Ffile_name_nondirectory):Richard M. Stallman1992-09-121-1/+52
| | | | | | | (Ffile_name_as_directory, Fdirectory_file_name, Fexpand_file_name): Call find_file_handler. (syms_of_fileio): Set up Qfile_name_directory, etc. (Fcopy_file): Call find_file_handler for newname as well as for filename.
* (num_nonmacro_input_chars): New variable.Richard M. Stallman1992-09-121-4/+9
| | | | | | (read_char): Use num_nonmacro_input_chars to decide on auto-save & gc. Increment it when appropriate. (record_auto_save): Use num_nonmacro_input_chars.
* (init_sys_modes): Handle VDSUSP like V_DSUSP.Richard M. Stallman1992-09-121-6/+9
| | | | | Use CDISABLE, not CDEL. Turn off IEXTEN if it exists.
* entered into RCSRichard M. Stallman1992-09-122-0/+24
|
* (internal_self_insert): Assume Fexpand_abbrev expandedRichard M. Stallman1992-09-111-3/+4
| | | | something if it incremented MODIFF.
* (command_loop_1): Bind inhibit-quit to t when in Fsit_for.Richard M. Stallman1992-09-111-0/+6
|
* (Fx_track_pointer): Pass new args to read_char.Richard M. Stallman1992-09-111-3/+3
| | | | (Fx_select_region, Fx_horizontal_line): Likewise.
* (Fmake_sparse_keymap, Fmake_keymap): New optional arg. Callers changed.Richard M. Stallman1992-09-111-19/+32
| | | | (keymap_table): No longer static.
* (unexec): Allow sections in any order.Richard M. Stallman1992-09-111-11/+15
| | | | Adjust addresses of rdata section as well as data section.
* (Fy_or_n_p): Pass new args to read_char.Richard M. Stallman1992-09-111-1/+1
|
* (Fread_char): Pass new args to read_char.Richard M. Stallman1992-09-111-3/+3
|
* entered into RCSRichard M. Stallman1992-09-101-2/+2
|