| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (RETURN_UNGCPRO): Swallow semicolon. | Richard M. Stallman | 1994-06-22 | 1 | -7/+17 |
| | | | | | (GCPRO5): New macro. | ||||
| * | (X_IO_BUG): Defined. | Richard M. Stallman | 1994-06-22 | 1 | -0/+4 |
| | | |||||
| * | (read_minibuf_unwind): Run Qminibuffer_exit_hook here. | Richard M. Stallman | 1994-06-21 | 1 | -4/+6 |
| | | | | | (read_minibuf): Not here. | ||||
| * | (apply_modifiers): Use assq_no_quit. | Richard M. Stallman | 1994-06-21 | 1 | -1/+1 |
| | | |||||
| * | (Flookup_key): Add gcpro. | Richard M. Stallman | 1994-06-21 | 1 | -12/+58 |
| | | | | | | (Fkey_binding, Fminor_mode_key_binding): Likewise. (Fwhere_is_internal): Likewise. | ||||
| * | (single_keymap_panes): Put menu_item_equiv_key in the gcpro. | Richard M. Stallman | 1994-06-21 | 1 | -6/+15 |
| | | | | | (menu_item_equiv_key): GCPRO things. | ||||
| * | (Fmove_overlay): Add missing XINT calls in previous change. | Richard M. Stallman | 1994-06-21 | 1 | -1/+1 |
| | | |||||
| * | (Fkill_buffer): Don't delete auto save file | Richard M. Stallman | 1994-06-21 | 1 | -2/+3 |
| | | | | | if it didn't come from this Emacs session. | ||||
| * | (show_mouse_face): Set endcolumn ok in side-by-side windows. | Richard M. Stallman | 1994-06-21 | 1 | -1/+1 |
| | | |||||
| * | Fix previous change: use Dimension, not short. | Karl Heuer | 1994-06-21 | 1 | -1/+1 |
| | | |||||
| * | (x_window): Delete duplicate computation. | Karl Heuer | 1994-06-21 | 1 | -7/+1 |
| | | | | | Change type of reference argument from int to short. | ||||
| * | (HAVE_STRERROR, HAVE_XRMSETDATABASE) | Richard M. Stallman | 1994-06-20 | 1 | -0/+9 |
| | | | | | (HAVE_XSCREENRESOURCESTRING, HAVE_SETSID): Add #undefs. | ||||
| * | (Fmove_overlay): Call redisplay_region even when | Richard M. Stallman | 1994-06-20 | 1 | -1/+21 |
| | | | | | changing to a different buffer. | ||||
| * | (Fmatching_paren): Fix typo. | Richard M. Stallman | 1994-06-20 | 1 | -1/+1 |
| | | |||||
| * | (SEGMENT_MASK): Defined. | Richard M. Stallman | 1994-06-20 | 1 | -4/+2 |
| | | |||||
| * | (x_window): Take account of pane widget internal border width. | Richard M. Stallman | 1994-06-19 | 1 | -0/+7 |
| | | |||||
| * | (Fmatching_paren): New function. | Richard M. Stallman | 1994-06-19 | 1 | -1/+15 |
| | | | | | (Fchar_syntax): Pass arg directly to SYNTAX, no masking. | ||||
| * | (SYNTAX_MATCH): Fix typo (syntax -> matcher). | Richard M. Stallman | 1994-06-19 | 1 | -1/+1 |
| | | |||||
| * | (C_OPTIMIZE_SWITCH): Definition deleted. | Richard M. Stallman | 1994-06-19 | 1 | -1/+0 |
| | | |||||
| * | Doc fixes. | Richard M. Stallman | 1994-06-18 | 1 | -13/+13 |
| | | |||||
| * | (xsymbol): Cast $ to int. | Richard M. Stallman | 1994-06-18 | 1 | -3/+3 |
| | | | | | | (xvector, xstring): Don't use a string constant. Reduce size limit for printing contents. | ||||
| * | (GETTIMEOFDAY_ONE_ARGUMENT): Undo previous change. | Richard M. Stallman | 1994-06-18 | 1 | -4/+0 |
| | | |||||
| * | (make_frame_visible): At end, wait till Emacs sees frame is visible. | Richard M. Stallman | 1994-06-18 | 1 | -0/+11 |
| | | |||||
| * | * m/delta.h (memmove): switch the first two args. | Francesco Potortì | 1994-06-18 | 1 | -1/+1 |
| | | |||||
| * | (echo_after_prompt): New variable. | Richard M. Stallman | 1994-06-18 | 1 | -8/+33 |
| | | | | | | | | | | | | (echo_prompt, cancel_echoing): Set it. (echo_dash): Test it. (interrupt_signal, init_keyboard): Don't handle SIGINT and SIGQUIT if using window system directly. (read_key_sequence): Verify event has a POSN_BUFFER_POSN before trying to extract it. | ||||
| * | (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE. | Richard M. Stallman | 1994-06-18 | 1 | -0/+9 |
| | | | | | | | (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR): (HAVE_XSCREENNUMBEROFSCREEN, HAVE_XRMSETDATABASE): Comment out these definitions. | ||||
| * | (doprnt.o): Depend on config_h. | Richard M. Stallman | 1994-06-18 | 1 | -68/+68 |
| | | |||||
| * | (minibuf_save_list): New variable, replaces minibuf_save_vector. | Karl Heuer | 1994-06-18 | 1 | -49/+35 |
| | | | | | | | (read_minibuf): Cons it up. (read_minibuf_unwind): Pop back the saved values. (syms_of_minibuf): staticpro it. | ||||
| * | minibuf_prompt is now a Lisp_Object. | Karl Heuer | 1994-06-18 | 1 | -3/+4 |
| | | |||||
| * | (minibuf_prompt): Now a Lisp_Object. All uses changed. | Karl Heuer | 1994-06-18 | 1 | -1/+1 |
| | | |||||
| * | (EMACS_GET_TIME): Test GETTIMEOFDAY_ONE_ARGUMENT, not USG5_4. | Richard M. Stallman | 1994-06-17 | 1 | -3/+3 |
| | | |||||
| * | (GETTIMEOFDAY_ONE_ARGUMENT): Undef it. | Richard M. Stallman | 1994-06-17 | 1 | -0/+4 |
| | | |||||
| * | (GETTIMEOFDAY_ONE_ARGUMENT): Define it. | Richard M. Stallman | 1994-06-17 | 1 | -0/+4 |
| | | |||||
| * | (x_real_positions): Make sure we know the parent window. | Richard M. Stallman | 1994-06-17 | 1 | -0/+17 |
| | | |||||
| * | (compute_motion): Recenter overlays, for speed. | Karl Heuer | 1994-06-17 | 1 | -0/+1 |
| | | |||||
| * | (Fprocess_status): Return nil for process name that has no process. | Richard M. Stallman | 1994-06-17 | 1 | -1/+7 |
| | | |||||
| * | (scratch_cursor_gc): New variable. | Richard M. Stallman | 1994-06-17 | 1 | -13/+17 |
| | | | | | | (dumpglyphs): Rework handling of GCs for cursor display to use scratch_cursor_gc, and reuse the GC more. | ||||
| * | (redisplay_region): Treat selected window's buffer | Richard M. Stallman | 1994-06-17 | 1 | -1/+6 |
| | | | | | specially, not current buffer. | ||||
| * | (make_hdr): Handle case of no "additional header". | Richard M. Stallman | 1994-06-16 | 1 | -1/+4 |
| | | |||||
| * | Comment change. | Richard M. Stallman | 1994-06-16 | 1 | -1/+1 |
| | | |||||
| * | [USG5_4] (sigblock): Use |, not &. | Richard M. Stallman | 1994-06-16 | 1 | -1/+1 |
| | | |||||
| * | (redisplay_window): Don't use shortcut if window_end_vpos is out of date. | Karl Heuer | 1994-06-16 | 1 | -0/+3 |
| | | |||||
| * | (syms_of_display): Make baud-rate a user var. | Richard M. Stallman | 1994-06-16 | 1 | -1/+1 |
| | | |||||
| * | (scan_lists): Get error if eob within comment with depth!=0. | Richard M. Stallman | 1994-06-16 | 1 | -2/+12 |
| | | |||||
| * | Include <sys/file.h> and [USG5] <fcntl.h> to define O_* macros. | Roland McGrath | 1994-06-16 | 1 | -4/+24 |
| | | | | | | | | | | | (O_RDONLY, O_RDWR): Define if undefined. [emacs] (report_error): Use report_file_error so the user can tell what the errno code was. (unexec): Use O_RDONLY instead of explicit 0. (make_hdr): Don't undo A_TEXT_OFFSET adjustment #ifndef NO_REMAP, since it was never adjusted earlier #ifndef NO_REMAP. (adjust_lnnoptrs): Use O_RDWR instead of explicit 2. | ||||
| * | (x_noop_count): New variable. | Richard M. Stallman | 1994-06-15 | 1 | -4/+23 |
| | | | | | | (x_term_init) [X_IO_BUG]: Init it. (XTread_socket) [X_IO_BUG]: Don't do XNoOp every time, just 1 in 100. | ||||
| * | (C_DEBUG_SWITCH): Define as empty. | Richard M. Stallman | 1994-06-15 | 1 | -0/+6 |
| | | |||||
| * | (redisplay): Don't call x_consider_frame_title. | Richard M. Stallman | 1994-06-15 | 1 | -10/+11 |
| | | | | | | (display_mode_line): Likewise. (prepare_menu_bars): Call it here. | ||||
| * | (Fcall_interactively): Ignore `-' in string. | Richard M. Stallman | 1994-06-15 | 1 | -3/+5 |
| | | | | | | (Fcall_interactively): Don't call minibuffer-window-active-p; determine directly whether a minibuf window is active. | ||||
| * | (init_system_name): New function, replaces get_system_name. | Karl Heuer | 1994-06-15 | 1 | -98/+74 |
| | | |||||