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