| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (LIBS_MACHINE): Add -lelf. | Richard M. Stallman | 1997-05-07 | 1 | -2/+3 |
| | | |||||
| * | (MOUSE_SUPPORT): Delete menu-bar.elc. | Richard M. Stallman | 1997-05-06 | 1 | -1/+4 |
| | | | | | | (lisp): Move menu-bar.elc here. Add custom.elc and cus-start.elc. | ||||
| * | (display_text_line): Clear region_showing to Qnil if the | Richard M. Stallman | 1997-05-06 | 1 | -1/+13 |
| | | | | | | window should not show a region. (redisplay_internal): Do update region_showing when ! all_windows. | ||||
| * | (Fset_window_configuration): Set last_selected_window | Richard M. Stallman | 1997-05-06 | 1 | -0/+2 |
| | | | | | in the new selected window's new buffer. | ||||
| * | (x_set_mouse_color): Fix previous change. | Richard M. Stallman | 1997-05-05 | 1 | -1/+1 |
| | | |||||
| * | (x_reply_selection_request): Delete the inner | Richard M. Stallman | 1997-05-05 | 1 | -3/+0 |
| | | | | | unbind_to call, since x_uncatch_errors does the job. | ||||
| * | (x_set_mouse_color): Update calls to x_catch_errors | Richard M. Stallman | 1997-05-03 | 1 | -2/+3 |
| | | | | | and x_uncatch_errors. | ||||
| * | (x_set_scroll_bar_width): If arg is too small, round it up. | Richard M. Stallman | 1997-05-03 | 1 | -2/+2 |
| | | |||||
| * | (Fdisplay_buffer): If we give up and try other frames, | Richard M. Stallman | 1997-05-03 | 1 | -0/+7 |
| | | | | | look again for a window in those frames already showing BUFFER. | ||||
| * | (x_reply_selection_request): Fix previous change. | Richard M. Stallman | 1997-05-01 | 1 | -1/+1 |
| | | |||||
| * | (x_real_positions, x_set_mouse_color, Fx_list_fonts): | Richard M. Stallman | 1997-05-01 | 1 | -11/+13 |
| | | | | | Save value from x_catch_errors and pass to x_uncatch_errors. | ||||
| * | (x_own_selection, x_reply_selection_request) | Richard M. Stallman | 1997-05-01 | 1 | -16/+16 |
| | | | | | | (x_get_foreign_selection): Save value of x_catch_errors and pass to x_uncatch_errors. | ||||
| * | (XTmouse_position, x_term_init): | Richard M. Stallman | 1997-05-01 | 1 | -125/+159 |
| | | | | | | | | | | | | | | | | | Save value of x_catch_errors and pass to x_uncatch_errors. (x_catch_errors): Use specpdl so can be nested. Use a Lisp string to as the buffer for the X message. (x_uncatch_errors, x_had_errors_p, x_check_errors): Related changes. (x_catch_errors_unwind): New function. (x_error_quitter): Call x_error_catcher if appropriate. (x_error_message_string): New variable. (syms_of_xterm): Defvar it. (x_caught_error_message): Variable deleted. (X_ERROR_MESSAGE_SIZE): Renamed from X_CAUGHT_ERROR_MESSAGE_SIZE. (x_error_handler): New function, calls x_error_quitter or ..._checker. (x_initialize): Use x_error_handler as error handler for X. | ||||
| * | (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 |
| | | | | | | | based on actual buffer change rather than size of string. old_begv and old_zv are now ints. (status_notify): Likewise for opoint. | ||||
| * | (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 |
| | | | | | when handling /~ and // at the end. | ||||
| * | 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 |
| | | | | | | (Fsplit_window): Ignore `unsplittable' if frame_allow_splitting. (syms_of_window): Set up Lisp var. | ||||
| * | (x_set_offset): Turn off the code that added the border_width | Richard M. Stallman | 1997-04-20 | 1 | -3/+6 |
| | | | | | to modified_left and modified_top; it seems incorrect to do that. | ||||
| * | (describe_vector): Test for suppressed commands in | Richard M. Stallman | 1997-04-19 | 1 | -2/+3 |
| | | | | | all cases. Call get_keyelt with two arguments. | ||||
| * | (Faccessible_keymaps): Convert PREFIX to a vector | Richard M. Stallman | 1997-04-19 | 1 | -1/+20 |
| | | | | | at the beginning, if it has any definition. | ||||
| * | (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 |
| | | | | | for a invalid coding system. | ||||
| * | Style of comments corrected. | Richard M. Stallman | 1997-04-15 | 1 | -27/+69 |
| | | | | | (interval_of): New function. | ||||
| * | 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): Depending on the value of SYNTAX_ENTRY_VIA_PROPERTY may do a lookup for syntax table in gl_state. (UPDATE_SYNTAX_TABLE_FORWARD, UPDATE_SYNTAX_TABLE_BACKWARD, UPDATE_SYNTAX_TABLE, SETUP_SYNTAX_TABLE, SETUP_SYNTAX_TABLE_FOR_OBJECT): New macros. (struct gl_state_s): New struct. | ||||
| * | (SYNTAX_ENTRY_VIA_PROPERTY): Set to take `syntax-table' | Richard M. Stallman | 1997-04-15 | 1 | -101/+783 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | text property into account when doing SYNTAX (c). (ST_COMMENT_STYLE, ST_STRING_STYLE): New codes to denote delimiters for new types of strings and comments. (Vparse_sexp_lookup_properties): New variable. (struct lisp_parse_state): Comment updated. (gl_state): New global variable. (update_syntax_table): New function. (char_quoted): Move earlier, update gl_state when needed. (find_defun_start): Update gl_state when needed. (back_comment): New function. (Scomment_fence, Sstring_fence): New delimeter char classes denoted by `!' and `|'. (Fchar_syntax, Fmatching_paren): Update gl_state to whole-bufferstate. (scan_words): update gl_state when needed. (Fskip_chars_forward): Move from search.c. (Fskip_chars_backward): Move from search.c. (Fskip_syntax_forward): Move from search.c. (Fskip_syntax_backward): Move from search.c. (skip_chars): Move from search.c. (Fforward_comment, scan_lists): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. (Fbackward_prefix_chars) Update gl_state when needed. (scan_sexps_forward): Update gl_state when needed. Handle Scomment_fence, Sstring_fence. If comment_stop==-1, stop at start or end of comment or string. (Fparse-partial-sexp): Doc fix. (syms_of_syntax): Move initialization of skip* from search.c. | ||||
| * | (looking_at_1): Set re_match_object. | Richard M. Stallman | 1997-04-15 | 1 | -297/+8 |
| | | | | | | | | | | | | | (string_match_1): Set re_match_object. (fast_string_match): Set re_match_object. (Fskip_chars_forward): Move to syntax.c. (Fskip_chars_backward): Move to syntax.c. (Fskip_syntax_forward): Move to syntax.c. (Fskip_syntax_backward): Move to syntax.c. (skip_chars): Move to syntax.c. (search_buffer): Set re_match_object. (syms_of_search): Move initialization of skip* to syntax.c. | ||||
| * | (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 |
| | | | | | (dependencies): Add dependencies for w16select.o. | ||||
| * | (SYMS_SYSTEM): Add `syms_of_win16select'. | Eli Zaretskii | 1997-04-14 | 1 | -1/+1 |
| | | |||||
| * | Initial revision | Eli Zaretskii | 1997-04-14 | 1 | -0/+547 |
| | | |||||