| Commit message (Expand) | Author | Age | Files | Lines |
| * | (x_real_positions, x_set_mouse_color, Fx_list_fonts): | Richard M. Stallman | 1997-05-01 | 1 | -11/+13 |
| * | (x_own_selection, x_reply_selection_request) | Richard M. Stallman | 1997-05-01 | 1 | -16/+16 |
| * | (XTmouse_position, x_term_init): | Richard M. Stallman | 1997-05-01 | 1 | -125/+159 |
| * | (init_lread): Don't add ../lisp to the dump-time load path. | Richard M. Stallman | 1997-04-30 | 1 | -4/+6 |
| * | (read_process_output): Update opoint, old_begv and old_zv | Richard M. Stallman | 1997-04-30 | 1 | -19/+25 |
| * | (Fexpand_file_name): Check length > 0 when necessary. | Richard M. Stallman | 1997-04-29 | 1 | -1/+1 |
| * | (skip_chars): Fix previous change in syntax/backward case. | Richard M. Stallman | 1997-04-28 | 1 | -4/+8 |
| * | (Fsubstitute_in_file_name): Use xnm uniformly, never nm, | Richard M. Stallman | 1997-04-27 | 1 | -1/+1 |
| * | Comment change. | Richard M. Stallman | 1997-04-27 | 1 | -0/+4 |
| * | Fix previous change. | Richard M. Stallman | 1997-04-27 | 1 | -2/+2 |
| * | (x_destroy_window): Free saved_menu_event, if any. | Richard M. Stallman | 1997-04-27 | 1 | -0/+3 |
| * | (Fdelete_frame): Free FRAME_MESSAGE_BUF. | Richard M. Stallman | 1997-04-27 | 1 | -0/+2 |
| * | (get_user_app): Free the gethomedir value. | Richard M. Stallman | 1997-04-27 | 1 | -5/+10 |
| * | (reset_buffer): Initialize clip_changed field. | Richard M. Stallman | 1997-04-26 | 1 | -0/+2 |
| * | (skip_chars): Merge mule changes back in. | Richard M. Stallman | 1997-04-25 | 1 | -20/+165 |
| * | (sort_args): Free the malloc'd memory. | Richard M. Stallman | 1997-04-25 | 1 | -0/+4 |
| * | (Fwrite_region): GCPRO `start' near the beginning. | Richard M. Stallman | 1997-04-25 | 1 | -1/+1 |
| * | (x_set_menu_bar_lines): Increment windows_or_buffers_changed. | Richard M. Stallman | 1997-04-25 | 1 | -0/+3 |
| * | (set_frame_menubar): When widget is new, forget records of old contents. | Richard M. Stallman | 1997-04-25 | 1 | -0/+5 |
| * | (frame_allow_splitting): New variable. | Richard M. Stallman | 1997-04-23 | 1 | -1/+10 |
| * | (x_set_offset): Turn off the code that added the border_width | Richard M. Stallman | 1997-04-20 | 1 | -3/+6 |
| * | (describe_vector): Test for suppressed commands in | Richard M. Stallman | 1997-04-19 | 1 | -2/+3 |
| * | (Faccessible_keymaps): Convert PREFIX to a vector | Richard M. Stallman | 1997-04-19 | 1 | -1/+20 |
| * | (print): Symbols like e2 and 2e are not confusing. | Richard M. Stallman | 1997-04-18 | 1 | -1/+11 |
| * | Comment change. | Richard M. Stallman | 1997-04-18 | 1 | -1/+1 |
| * | (Fexpand_file_name): Fix expansion of "/foo/../". | Richard M. Stallman | 1997-04-18 | 1 | -1/+2 |
| * | automatically generated from GPLed version | Paul Eggert | 1997-04-18 | 1 | -0/+1055 |
| * | (setup_coding_system): Setup coding->eol_type as LF | Kenichi Handa | 1997-04-16 | 1 | -0/+1 |
| * | Style of comments corrected. | Richard M. Stallman | 1997-04-15 | 1 | -27/+69 |
| * | Update copyright year. | Richard M. Stallman | 1997-04-15 | 2 | -2/+2 |
| * | (enum syntaxcode): New members Scomment_fence, Sstring_fence. | Richard M. Stallman | 1997-04-15 | 1 | -14/+118 |
| * | (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table' | Richard M. Stallman | 1997-04-15 | 1 | -101/+783 |
| * | (looking_at_1): Set re_match_object. | Richard M. Stallman | 1997-04-15 | 1 | -297/+8 |
| * | (update_interval): New function declaration. | Richard M. Stallman | 1997-04-15 | 1 | -0/+1 |
| * | (update_interval): New function. | Richard M. Stallman | 1997-04-15 | 1 | -0/+39 |
| * | (Fdirectory_files): Set re_match_object. | Richard M. Stallman | 1997-04-15 | 1 | -0/+1 |
| * | (Fmodify_category_entry): Delete second arg in call to make_sub_char_table. | Karl Heuer | 1997-04-14 | 1 | -1/+1 |
| * | (MSDOS_OBJ): Add w16select.o. | Eli Zaretskii | 1997-04-14 | 1 | -1/+2 |
| * | (SYMS_SYSTEM): Add `syms_of_win16select'. | Eli Zaretskii | 1997-04-14 | 1 | -1/+1 |
| * | Initial revision | Eli Zaretskii | 1997-04-14 | 1 | -0/+547 |
| * | (Fprimitive_undo): When inserting, always insert | Richard M. Stallman | 1997-04-14 | 1 | -8/+6 |
| * | (adjust_markers): Don't be confused by the gap | Richard M. Stallman | 1997-04-14 | 1 | -2/+18 |
| * | (DOWNCASE): Return int, not Lisp_Object. | Karl Heuer | 1997-04-11 | 1 | -25/+28 |
| * | (Finsert_file_contents): Do call signal_after_change | Richard M. Stallman | 1997-04-11 | 1 | -2/+7 |
| * | (mallocobj): Make non-REL_ALLOC configuration work | Richard M. Stallman | 1997-04-11 | 1 | -1/+1 |
| * | (read_key_sequence): New argument FIX_CURRENT_BUFFER. | Richard M. Stallman | 1997-04-11 | 1 | -4/+16 |
| * | (read_minibuf): Get the string from the minibuffer | Richard M. Stallman | 1997-04-11 | 1 | -2/+4 |
| * | (internal_self_insert): Fix return value. | Karl Heuer | 1997-04-10 | 1 | -1/+1 |
| * | (scmp, Fdisplay_completion_list): Fix Lisp_Object/integer confusion. | Karl Heuer | 1997-04-10 | 1 | -6/+6 |
| * | (Fcombine_after_change_execute): Fix Lisp_Object/integer confusion. | Karl Heuer | 1997-04-10 | 1 | -1/+2 |