| Commit message (Expand) | Author | Age | Files | Lines |
| * | (child_setup): Omit duplicates from new env array. | Richard M. Stallman | 1993-05-13 | 1 | -3/+27 |
| * | (make_lispy_event): Don't set shift modifier for C-^. | Richard M. Stallman | 1993-05-13 | 1 | -1/+4 |
| * | (current_minor_maps): Call Findirect_function, so symbols | Richard M. Stallman | 1993-05-13 | 1 | -1/+1 |
| * | (display_text_line): Use break; to exit loop at eol. | Richard M. Stallman | 1993-05-13 | 1 | -22/+46 |
| * | (Faccessible_keymaps): Use whatever size the vector has. | Richard M. Stallman | 1993-05-12 | 1 | -4/+4 |
| * | (Fx_popup_menu): Add a vector of prefix keys for the panes. | Richard M. Stallman | 1993-05-12 | 1 | -14/+40 |
| * | Initial revision | Jim Meyering | 1993-05-11 | 1 | -0/+466 |
| * | * xdisp.c (display_text_line): We can't use the FRAME_DEFAULT_FACE | Jim Blandy | 1993-05-11 | 1 | -3/+2 |
| * | * xdisp.c (display_text_line): Make face-handling code conditional | Jim Blandy | 1993-05-11 | 1 | -2/+5 |
| * | * fileio.c (ro_fsys) [SOLARIS_BROKEN_ACCESS]: Check for the | Jim Blandy | 1993-05-11 | 2 | -2/+36 |
| * | * systime.h: Use the strategy from getdate.y to include the proper | Jim Blandy | 1993-05-11 | 1 | -17/+3 |
| * | * xfns.c (Fx_create_frame): Use an XLFD name for the default font, | Jim Blandy | 1993-05-10 | 1 | -1/+6 |
| * | * s/template.h: Explain the relative significance of the SIGIO and | Jim Blandy | 1993-05-10 | 1 | -2/+6 |
| * | * s/sunos4shr.h: Apply changes from David J. Mackenzie; this isn't | Jim Blandy | 1993-05-10 | 1 | -9/+3 |
| * | * xdisp.c (display_text_line): Apply faces to characters | Jim Blandy | 1993-05-10 | 1 | -101/+109 |
| * | * xfns.c (x_make_gc): After building the GC's for the frame, call | Jim Blandy | 1993-05-10 | 1 | -0/+2 |
| * | * xfaces.c (Fmake_face_internal): Do nothing for non-X frames. | Jim Blandy | 1993-05-10 | 1 | -291/+423 |
| * | Arrange to tell redisplay about changes in overlays. | Jim Blandy | 1993-05-10 | 1 | -15/+134 |
| * | * config.h.in: Remove mention of GLYPH datatype; that shouldn't be | Jim Blandy | 1993-05-10 | 1 | -0/+22 |
| * | * keymap.c (Fwhere_is_internal): If FIRSTONLY is non-nil, avoid | Jim Blandy | 1993-05-10 | 1 | -7/+50 |
| * | * blockinput.h (UNBLOCK_INPUT): We cannot assume that SIGIO is | Jim Blandy | 1993-05-10 | 1 | -2/+18 |
| * | * xdisp.c (display_text_line): Apply faces to characters according | Jim Blandy | 1993-05-10 | 1 | -0/+6 |
| * | * dispextern.h (struct face): Add cached_index member. | Jim Blandy | 1993-05-10 | 1 | -0/+7 |
| * | * config.h.in: Adjust this for use by autoconf's AC_CONFIG_HEADER, | Jim Blandy | 1993-05-10 | 1 | -61/+32 |
| * | Arrange to tell redisplay about changes in overlays. | Jim Blandy | 1993-05-10 | 1 | -1/+45 |
| * | * blockinput.h (UNBLOCK_INPUT): We cannot assume that SIGIO is | Jim Blandy | 1993-05-10 | 1 | -10/+15 |
| * | * Makefile.in (DEFS): Remove this; we have configure build a | Jim Blandy | 1993-05-10 | 1 | -5/+6 |
| * | * keyboard.c (read_char): Exit kbd macro if Vexecuting_macro is t. | Jim Blandy | 1993-05-10 | 1 | -4/+17 |
| * | [SCO]: Include time.h. | Richard M. Stallman | 1993-05-09 | 1 | -2/+2 |
| * | (Fx_get_mouse_event, Fx_mouse_events): Code deleted. | Richard M. Stallman | 1993-05-08 | 1 | -213/+0 |
| * | (Vmouse_event): Var deleted. | Richard M. Stallman | 1993-05-08 | 1 | -18/+0 |
| * | (read_avail_input): If meta_key is 2, let 8 bits thru. | Richard M. Stallman | 1993-05-08 | 1 | -6/+15 |
| * | (x_get_arg): Call Fintern, not intern. | Richard M. Stallman | 1993-05-07 | 1 | -1/+1 |
| * | *** empty log message *** | Jim Blandy | 1993-05-06 | 1 | -0/+3 |
| * | Initial revision | Jim Blandy | 1993-05-06 | 1 | -0/+74 |
| * | Comment change. | Richard M. Stallman | 1993-05-06 | 1 | -1/+1 |
| * | (main): Handle -display like -d. | Richard M. Stallman | 1993-05-06 | 1 | -1/+1 |
| * | (Fdisplay_buffer): Add space to prompt. | Richard M. Stallman | 1993-05-04 | 1 | -1/+1 |
| * | * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER, CHAR_SHIFT, CHAR_CTL, | Jim Blandy | 1993-05-04 | 1 | -7/+10 |
| * | Implement extra_keyboard_modifiers properly. | Jim Blandy | 1993-05-04 | 1 | -17/+24 |
| * | Changes for Emacs 19 from Thorsten Ohl <ohl@chico.harvard.edu>: | Jim Blandy | 1993-05-04 | 1 | -9/+6 |
| * | * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER): New constants, in | Jim Blandy | 1993-05-04 | 1 | -12/+22 |
| * | * systty.h (EMACS_GET_TTY, EMACS_SET_TTY): Move these into | Jim Blandy | 1993-05-04 | 1 | -68/+6 |
| * | * systime.h: Doc fix. | Jim Blandy | 1993-05-04 | 1 | -6/+6 |
| * | * systty.h (EMACS_GET_TTY, EMACS_SET_TTY): Move these into | Jim Blandy | 1993-05-04 | 1 | -0/+138 |
| * | * search.c (Freplace_match): Arrange for markers sitting at the | Jim Blandy | 1993-05-04 | 1 | -9/+17 |
| * | Arrange for Fy_or_n_p to put off switch-frame events. | Jim Blandy | 1993-05-04 | 2 | -110/+82 |
| * | * lisp.h (CHAR_ALT, CHAR_SUPER, CHAR_HYPER): New constants, in | Jim Blandy | 1993-05-04 | 1 | -7/+10 |
| * | * keymap.c (Fdefine_prefix_command): Doc fix. | Jim Blandy | 1993-05-04 | 1 | -1/+1 |
| * | Implement extra_keyboard_modifiers properly. | Jim Blandy | 1993-05-04 | 1 | -34/+85 |