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