aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Collapse)AuthorAgeFilesLines
* (read_char): After read_char_minibuf_menu_prompt,Richard M. Stallman1994-08-231-1/+1
| | | | don't just return; jump to non_reread.
* Comment change.Richard M. Stallman1994-08-231-1/+1
|
* (Fmake_directory_internal): Pass just 2 args to handler.Richard M. Stallman1994-08-231-1/+1
|
* (Fmake_frame_invisible, Ficonify_frame): Don't switch frames.Karl Heuer1994-08-231-0/+4
|
* (Fstring_match): Fix sign error.Karl Heuer1994-08-231-1/+1
|
* Fix comment.Karl Heuer1994-08-221-1/+1
|
* (LD_SWITCH_MACHINE): Use full path to ibmrs6000.inp.Karl Heuer1994-08-221-3/+3
|
* (LD_SWITCH_MACHINE): Supply m/ibmrs6000.inp as input.Richard M. Stallman1994-08-211-2/+7
|
* Eliminate local var bss_end.Richard M. Stallman1994-08-201-3/+21
| | | | Update the symbol values of _edata and _end.
* (wait_reading_process_input):Richard M. Stallman1994-08-191-1/+6
| | | | Clear waiting_for_user_input_p before returning.
* (read_char): Don't show buffer-events to the user.Richard M. Stallman1994-08-191-4/+13
| | | | Handle chars over 255 in dribble files.
* (x_make_frame_visible): Quit if requested, in loop at end.Richard M. Stallman1994-08-191-0/+1
|
* (regex_compile): Split an if to avoid compiler bug.Richard M. Stallman1994-08-171-7/+17
| | | | (re_match_2_internal): Use separate if to compute bestmatch_p.
* Comment fix.Richard M. Stallman1994-08-171-4/+1
|
* (Fcall_process_region): gcpro filename_string.Karl Heuer1994-08-171-2/+5
|
* (store_function_docstring): Do nothing for bytecode objectRichard M. Stallman1994-08-171-4/+2
| | | | which has no slot for doc string.
* (list_buffers_1): Update header line layout.Richard M. Stallman1994-08-161-2/+2
|
* (compute_motion): Use WIN's frame, not selected one.Richard M. Stallman1994-08-141-1/+1
|
* (pid_t): New definition.Richard M. Stallman1994-08-141-3/+5
| | | | (vfork): Definition deleted.
* (xmenu_show): Unconditionally update x_mouse_grabbed and Vmouse_depressed.Richard M. Stallman1994-08-141-10/+12
|
* (window_loop, case UNSHOW_BUFFER):Richard M. Stallman1994-08-131-1/+20
| | | | When we delete a frame, skip all the windows on that frame.
* (NEED_SIOCTL): moved from isc-4.0.h, and disabled BROKEN_TIOCGWINSZ since itKarl Heuer1994-08-121-7/+8
| | | | | | works fine when you use <sioctl.h>. (C_SWITCH_SYSTEM): Add -D_SYSV3 to ensure availability of traditional non-standard functions.
* NEED_SIOCTL: moved to isc-3.0.h.Karl Heuer1994-08-121-3/+0
|
* (x_new_font): Don't set filename = full_name if that's null.Richard M. Stallman1994-08-121-1/+2
|
* (FRAME_SUPPORT): Add faces.elc.Richard M. Stallman1994-08-111-1/+2
|
* (Freplace_match): Treat caseless initial like a lowercase initial.Richard M. Stallman1994-08-111-5/+12
|
* (Fdefine_key): Fix error message.Richard M. Stallman1994-08-111-2/+2
| | | | (Fsingle_key_description): Likewise.
* (display_text_line): Make previous change #ifdef HAVE_X_WINDOWS.Richard M. Stallman1994-08-111-0/+2
|
* (POSIX_SIGNALS): Define it.Richard M. Stallman1994-08-111-0/+32
| | | | | (PTY_TTY_NAME_SPRINTF): New overriding definition. (sigsetmask): Add #undefs.
* (POSIX_SIGNALS, PTY_TTY_NAME_SPRINTF, sigsetmask):Richard M. Stallman1994-08-111-21/+0
| | | | Delete those things (moved to sol2-3.h).
* (HAVE_VFORK): Deleted.Richard M. Stallman1994-08-111-3/+6
| | | | (vfork): Define as emacs_vfork.
* (Fwindow_end): Undo previous change.Richard M. Stallman1994-08-101-7/+11
|
* (LIBS_MACHINE): If SOLARIS2_4, don't define this.Richard M. Stallman1994-08-101-2/+6
|
* (record_asynch_buffer_change): Do nothing except when waiting_for_user_input_p.Richard M. Stallman1994-08-101-0/+10
|
* [USG5_4] (SVR4): Defined.Richard M. Stallman1994-08-091-0/+8
|
* (Fwindow_end): If window_end_valid is nil, return nil.Richard M. Stallman1994-08-091-1/+17
|
* [MULTI_FRAME] (PURESIZE): Increased.Richard M. Stallman1994-08-091-1/+1
|
* (Fpos_visible_in_window_p): Do something reasonableRichard M. Stallman1994-08-081-0/+4
| | | | if w->start is outside the buffer bounds.
* (XTread_socket): Don't test X_IO_BUG; make that code unconditional.Richard M. Stallman1994-08-081-8/+2
| | | | (x_noop_count, x_term_init): Likewise.
* (PTY_TTY_NAME_SPRINTF): New definition.Richard M. Stallman1994-08-071-6/+30
| | | | | | | | | | (sigsetmask): Add #undef. (SOLARIS2_4): Defined. Discard old contents of file. Instead, undef C_SWITCH_SYSTEM and const, so that we use GCC without -traditional. (HAVE_VFORK): Defined.
* (Faccessible_keymaps): Fix previous change.Richard M. Stallman1994-08-071-3/+5
|
* (compute_glyph_face_1): New function.Richard M. Stallman1994-08-071-0/+25
|
* (display_text_line): Use the face properties of the overlay arrow, if any.Richard M. Stallman1994-08-071-2/+22
|
* (Fuse_global_map, Fuse_local_map): Call record_asynch_buffer_change.Richard M. Stallman1994-08-061-0/+3
|
* (Fread_file_name_internal): Call double_dollars when `changed' is set.Richard M. Stallman1994-08-041-1/+1
|
* [SOLARIS2] (VALBITS, GCTYPEBITS): New definitions.Richard M. Stallman1994-08-041-1/+6
|
* Initial revisionRichard M. Stallman1994-08-041-0/+11
|
* (Fdefine_function, Fdefalias): Handle advice as in Ffset.Richard M. Stallman1994-08-041-7/+19
| | | | | (Qad_advice_info): Lisp and C names renamed from Qadvice_info. (Qad_activate): C name renamed from Qactivate_advice.
* (x_make_frame_visible): Start one_in_four at 1.Richard M. Stallman1994-08-031-1/+1
|
* (list_buffers_1): Add one column to size column.Richard M. Stallman1994-08-031-1/+1
|