aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (x_destroy_window) [USE_X_TOOLKIT]: Call free_frame_menubar.Fred Pierresteguy1994-02-111-0/+2
* (free_frame_menubar) [USE_X_TOOLKIT]. New function to destroy the X WidgetFred Pierresteguy1994-02-111-0/+18
* (xmenu_show) [USE_X_TOOLKIT]: return Qnil when val is null.Fred Pierresteguy1994-02-111-0/+2
* (syms_of_keyboard): Add a DEFVAR for command-hook-internal.Karl Heuer1994-02-111-8/+20
* (sys_siglist): Protect decl with #ifndef SYS_SIGLIST_DECLARED.Roland McGrath1994-02-111-0/+2
* Add #undef SYS_SIGLIST_DECLARED.Roland McGrath1994-02-111-0/+3
* (read_char, read_char_minibuf_menu_prompt, read_key_sequence): Retry read_charKarl Heuer1994-02-111-4/+18
* (read_filtered_event): Retry read_char after a buffer change.Karl Heuer1994-02-111-0/+3
* Split #ifdef so as not to confuse c-mode.Karl Heuer1994-02-111-2/+4
* (Fpos_visible_in_window_p): Take hscroll into account.Karl Heuer1994-02-111-2/+5
* (buffer_posn_from_coords): Take hscroll into account.Karl Heuer1994-02-101-2/+4
* (Fmessage): Copy the text to be displayed into a malloc'd buffer.Karl Heuer1994-02-101-1/+19
* Comment change.Karl Heuer1994-02-101-1/+2
* (difftm): Simplify expression.Karl Heuer1994-02-101-16/+15
* (xmenu_show) [USE_X_TOOLKIT]: Test event.xmotion.x_root in the MotionNotifyFred Pierresteguy1994-02-101-8/+15
* Use new name vmsdir.h.Richard M. Stallman1994-02-102-2/+2
* (Fdo_auto_save): Save echo_area_glyphs_length.Karl Heuer1994-02-101-1/+7
* (Fgarbage_collect): Save echo_area_glyphs_length.Karl Heuer1994-02-101-1/+2
* (Fkill_all_local_variables): Run change-major-mode-hook.Karl Heuer1994-02-091-0/+2
* (x_display_cursor, process_expose_from_menu): Block input.Karl Heuer1994-02-091-3/+14
* (CRT0_DUMMIES): Definition deleted.Karl Heuer1994-02-091-0/+2
* (mark_object): Fetch obj from *objptr at loop, not at the gotos.Karl Heuer1994-02-091-7/+7
* (xmenu_show ) [USE_X_TOOLKIT]: Implement a Motif behavior for the menubar. Now,Fred Pierresteguy1994-02-091-1/+42
* (compute_char_face): Extract overlay-sorting code as a separate function,Karl Heuer1994-02-091-69/+4
* (sort-overlays): New function, extracted from xfaces.c.Karl Heuer1994-02-091-0/+85
* (print): If print_escapes_newlines, print '\f' as "\\f".Roland McGrath1994-02-081-2/+8
* (Fprocess_kill_without_query): Doc fix.Richard M. Stallman1994-02-081-1/+1
* (compute_motion): Source code was improperly indented.Karl Heuer1994-02-081-4/+4
* *** empty log message ***Jim Meyering1994-02-081-1/+6
* *** empty log message ***Karl Heuer1994-02-081-8/+5
* (x_make_frame_invisible): Add USE_X_TOOLKIT conditional.Fred Pierresteguy1994-02-071-32/+60
* (single_keymap_panes): Use internal_condition_case_1.Richard M. Stallman1994-02-071-3/+20
* (menu_bar_item): Use internal_condition_case_1.Richard M. Stallman1994-02-071-1/+13
* (internal_condition_case_1): New function.Richard M. Stallman1994-02-071-0/+37
* (init_frame_faces): Clear FRAME_N_COMPUTED_FACESRichard M. Stallman1994-02-061-9/+13
* (fix_glyph): New function.Richard M. Stallman1994-02-061-85/+112
* (main) [AIX]: Don't handle signal 20, 21 or 22.Richard M. Stallman1994-02-051-11/+2
* (internal_condition_case_1): Declared.Richard M. Stallman1994-02-051-0/+1
* (Fwhere_is_internal): Take just one keymap arg.Richard M. Stallman1994-02-041-19/+46
* (Fsubstitute_command_keys): Pass keymap as that argRichard M. Stallman1994-02-041-2/+8
* (verify_interval_modification): When checking read-only, allow for the caseKarl Heuer1994-02-041-15/+19
* (kbd_buffer_get_event): Pass 1 to read_avail_input.Richard M. Stallman1994-02-041-3/+2
* (fmod): Implement it on systems where it's missing, using drem if available.Karl Heuer1994-02-041-4/+13
* (xmenu_show) [USE_X_TOOLKIT]: Remove the #if 0 directives and reverse one toFred Pierresteguy1994-02-041-15/+1
* Add comments describing the rules used by the merge algorithm.Karl Heuer1994-02-041-46/+102
* (init_cmdargs): Set Vinstallation_directory.Richard M. Stallman1994-02-031-0/+82
* (record_first_change): Check for buffer-undo-list = t.Richard M. Stallman1994-02-031-1/+9
* (merge_properties_sticky): Preserve original order of properties.Karl Heuer1994-02-031-6/+6
* (X_IO_BUG): Defined.Richard M. Stallman1994-02-031-0/+3
* (Fwrite_region): If FILENAME has no handler, see if VISIT has one.Richard M. Stallman1994-02-031-0/+3